Displaying 2 results from an estimated 2 matches for "carlosbrando".
2010 Jan 11
4
Autotest - Can make an-install work.
Hey there,
I''m trying to install the autotest.
After installing all the pre-requisites, I installed the sudo gem install
autotest-notification
It tells me to execute an-install
which gives me, command not found.
Any1?
[]''s
Rodrigo Dellacqua
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2009 Mar 19
6
[Cucumber 0.2] Failure to use should
I have a step definition like this:
Then "the account should be created" do
account = Account.find_by_name("my shiny new account")
p account.class
account.should_not be_blank
end
When running this step, I got the error message:
Account(id: integer, name: string, state: string, next_renewal_at: date,
created_at: datetime, updated_at: datetime, full_domain: string,