search for: subscription_discount_id

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

2009 Mar 19
6
[Cucumber 0.2] Failure to use should
...me("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, 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....