Sha256: 9dc6dd66bdd6a69a08802349043f7f7c7b8dfc4b8928319e4cbae1a2106d8c87

Contents?: true

Size: 219 Bytes

Versions: 16

Compression:

Stored size: 219 Bytes

Contents

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

Before do
  Category.delete_all
end

Version data entries

16 entries across 13 versions & 5 rubygems

Version Path
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/factory_girl-4.5.0/features/step_definitions/database_steps.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/factory_girl-4.5.0/features/step_definitions/database_steps.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/factory_girl-4.5.0/features/step_definitions/database_steps.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/factory_girl-4.5.0/features/step_definitions/database_steps.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/factory_girl-4.4.0/features/step_definitions/database_steps.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/factory_girl-4.4.0/features/step_definitions/database_steps.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/factory_girl-4.4.0/features/step_definitions/database_steps.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/factory_girl-4.4.0/features/step_definitions/database_steps.rb
factory_girl-4.5.0 features/step_definitions/database_steps.rb
factory_girl-4.4.0 features/step_definitions/database_steps.rb
factory_girl-4.3.0 features/step_definitions/database_steps.rb
challah-1.0.0 vendor/bundle/gems/factory_girl-4.2.0/features/step_definitions/database_steps.rb
challah-1.0.0.beta3 vendor/bundle/gems/factory_girl-4.2.0/features/step_definitions/database_steps.rb
challah-1.0.0.beta2 vendor/bundle/gems/factory_girl-4.2.0/features/step_definitions/database_steps.rb
challah-1.0.0.beta vendor/bundle/gems/factory_girl-4.2.0/features/step_definitions/database_steps.rb
factory_girl-4.2.0 features/step_definitions/database_steps.rb