Sha256: e6b3ba67cfa8450abfbbee67cbb8adb03298c77d16f6ae0187d02689ac237b7e

Contents?: true

Size: 215 Bytes

Versions: 16

Compression:

Stored size: 215 Bytes

Contents

Then /^I should find the following for the last category:$/ do |table|
  table.hashes.first.each do |key, value|
    Category.last.attributes[key].to_s.should == value
  end
end

Before do
  Category.delete_all
end

Version data entries

16 entries across 12 versions & 4 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
challah-0.9.1.beta.3 vendor/bundle/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
challah-0.9.1.beta vendor/bundle/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
challah-0.9.0 vendor/bundle/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
challah-rolls-0.2.0 vendor/bundle/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/factory_girl-4.0.0/features/step_definitions/database_steps.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
challah-rolls-0.2.0 vendor/bundle/gems/factory_girl-4.0.0/features/step_definitions/database_steps.rb
challah-0.8.3 vendor/bundle/gems/factory_girl-4.0.0/features/step_definitions/database_steps.rb
challah-0.8.3 vendor/bundle/gems/factory_girl-4.1.0/features/step_definitions/database_steps.rb
challah-0.8.1 vendor/bundle/gems/factory_girl-4.0.0/features/step_definitions/database_steps.rb
factory_girl-4.1.0 features/step_definitions/database_steps.rb
challah-rolls-0.1.0 vendor/bundle/gems/factory_girl-4.0.0/features/step_definitions/database_steps.rb
factory_girl-4.0.0 features/step_definitions/database_steps.rb
factory_girl-4.0.0.rc1 features/step_definitions/database_steps.rb