Sha256: 77360bd50331edef74cfa38ac5314ed26d13e4314c7ff4f769cac58f6b2bc4af

Contents?: true

Size: 1.55 KB

Versions: 33

Compression:

Stored size: 1.55 KB

Contents

When /^I create a widget$/ do
  step "I create a widget using #{ENV['ORM'].downcase}"
end

Then /^I should see 1 widget$/ do
  step "I should see 1 widget using #{ENV['ORM'].downcase}"
end

When /^I create a widget in one orm$/ do
  step "I create a widget using #{ENV['ORM'].downcase}"
end

When /^I create a widget in another orm$/ do
  step "I create a widget using #{ENV['ANOTHER_ORM'].downcase}"
end

Then /^I should see 1 widget in one orm$/ do
  step "I should see 1 widget using #{ENV['ORM'].downcase}"
end

Then /^I should see 1 widget in another orm$/ do
  step "I should see 1 widget using #{ENV['ANOTHER_ORM'].downcase}"
end

Then /^I should see 0 widget in another orm$/ do
  step "I should see 0 widget using #{ENV['ANOTHER_ORM'].downcase}"
end

Then /^I should see 0 widget in one orm$/ do
  step "I should see 0 widget using #{ENV['ORM'].downcase}"
end

When /^I create a widget in one db$/ do
  step "I create a widget in one db using #{ENV['ORM'].downcase}"
end

When /^I create a widget in another db$/ do
  step "I create a widget in another db using #{ENV['ORM'].downcase}"
end

Then /^I should see 1 widget in one db$/ do
  step "I should see 1 widget in one db using #{ENV['ORM'].downcase}"
end

Then /^I should see 1 widget in another db$/ do
  step "I should see 1 widget in another db using #{ENV['ORM'].downcase}"
end

Then /^I should see 0 widget in another db$/ do
  step "I should see 0 widget in another db using #{ENV['ORM'].downcase}"
end

Then /^I should see 0 widget in one db$/ do
  step "I should see 0 widget in one db using #{ENV['ORM'].downcase}"
end

Version data entries

33 entries across 28 versions & 5 rubygems

Version Path
database_cleaner-1.6.2 examples/features/step_definitions/translation_steps.rb
database_cleaner-1.6.1 examples/features/step_definitions/translation_steps.rb
database_cleaner-1.6.0 examples/features/step_definitions/translation_steps.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/examples/features/step_definitions/translation_steps.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/examples/features/step_definitions/translation_steps.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/examples/features/step_definitions/translation_steps.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/examples/features/step_definitions/translation_steps.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/examples/features/step_definitions/translation_steps.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/examples/features/step_definitions/translation_steps.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/examples/features/step_definitions/translation_steps.rb
database_cleaner-1.5.3 examples/features/step_definitions/translation_steps.rb
database_cleaner-1.5.2 examples/features/step_definitions/translation_steps.rb
database_cleaner-1.5.1 examples/features/step_definitions/translation_steps.rb
database_cleaner-1.5.0 examples/features/step_definitions/translation_steps.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/database_cleaner-1.4.1/examples/features/step_definitions/translation_steps.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/database_cleaner-1.4.1/examples/features/step_definitions/translation_steps.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/database_cleaner-1.4.1/examples/features/step_definitions/translation_steps.rb
database_cleaner-1.4.1 examples/features/step_definitions/translation_steps.rb
database_cleaner-1.4.0 examples/features/step_definitions/translation_steps.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/database_cleaner-1.2.0/examples/features/step_definitions/translation_steps.rb