search for: create_account_step

Displaying 1 result from an estimated 1 matches for "create_account_step".

Did you mean: create_account_steps
2009 Mar 19
6
[Cucumber 0.2] Failure to use should
...t(id: integer, name: string, state: string, next_renewal_at: date, created_at: datetime, updated_at: datetime, full_domain: string, deleted_at: datetime, subscription_discount_id: integer, subscription_plan_id: integer) And the account should be created # features/step_definitions/create_account_steps.rb:31 undefined method `be_blank'' for #<ActionController::Integration::Session:0x349994c> (NoMethodError) features/create_account.feature:10:in `And the account should be created'' I print out the account class, which is a AR::B. Why cucumber tells me it is a Ac...