Sha256: 6d60f20d3dc562395b56625c0412af88b1b74da4ba0a074e2a85f3909759acae

Contents?: true

Size: 696 Bytes

Versions: 38

Compression:

Stored size: 696 Bytes

Contents

Given /^I want to keep stuff simple$/ do
  expect(1).to eq(1)
end

When /^I write my cukes for the fake project$/ do
  expect(1).to eq(1)
end

Then /^I make all neccessary tests in a single step$/ do
  expect(FakedProject.foo).to eq("bar")

  expect(FrameworkSpecific.cucumber).to eq("Only tested in Cucumber")

  expect(FakedProject.a_class_method).to eq("this is a mixed-in class method")

  expect(FakedProject.new.an_instance_method).to eq("this is a mixed-in instance method")
  expect(FakedProject.new.dynamic).to eq("A dynamically defined instance method")

  something = SomeClass.new("foo")
  expect(something.reverse).to eq("oof")
  expect(something.compare_with("foo")).to be true
end

Version data entries

38 entries across 38 versions & 10 rubygems

Version Path
dirwatch-0.0.9 vendor/bundle/ruby/2.5.0/gems/simplecov-0.13.0/spec/faked_project/features/step_definitions/my_steps.rb
dirwatch-0.0.8 vendor/bundle/ruby/2.5.0/gems/simplecov-0.13.0/spec/faked_project/features/step_definitions/my_steps.rb
dirwatch-0.0.6 vendor/bundle/ruby/2.3.0/gems/simplecov-0.13.0/spec/faked_project/features/step_definitions/my_steps.rb
dirwatch-0.0.5 vendor/bundle/ruby/2.3.0/gems/simplecov-0.13.0/spec/faked_project/features/step_definitions/my_steps.rb
dirwatch-0.0.4 vendor/bundle/ruby/2.3.0/gems/simplecov-0.13.0/spec/faked_project/features/step_definitions/my_steps.rb
dirwatch-0.0.3 vendor/bundle/ruby/2.3.0/gems/simplecov-0.13.0/spec/faked_project/features/step_definitions/my_steps.rb
dirwatch-0.0.2 vendor/bundle/ruby/2.3.0/gems/simplecov-0.13.0/spec/faked_project/features/step_definitions/my_steps.rb
simplecov-0.13.0 spec/faked_project/features/step_definitions/my_steps.rb
abaci-0.3.0 vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/features/step_definitions/my_steps.rb
ivanvc-logstash-input-s3-3.1.1.4 vendor/local/gems/simplecov-0.12.0/spec/faked_project/features/step_definitions/my_steps.rb
ivanvc-logstash-input-s3-3.1.1.3 vendor/local/gems/simplecov-0.12.0/spec/faked_project/features/step_definitions/my_steps.rb
ivanvc-logstash-input-s3-3.1.1.2 vendor/local/gems/simplecov-0.12.0/spec/faked_project/features/step_definitions/my_steps.rb
cvss-suite-1.0.8 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/spec/faked_project/features/step_definitions/my_steps.rb
simplecov-0.12.0 spec/faked_project/features/step_definitions/my_steps.rb
cvss-suite-1.0.7 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/spec/faked_project/features/step_definitions/my_steps.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/simplecov-0.11.2/spec/faked_project/features/step_definitions/my_steps.rb
cvss-suite-1.0.6 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/spec/faked_project/features/step_definitions/my_steps.rb
cvss-suite-1.0.5 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/spec/faked_project/features/step_definitions/my_steps.rb
cvss-suite-1.0.4 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/spec/faked_project/features/step_definitions/my_steps.rb
cvss-suite-1.0.3 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/spec/faked_project/features/step_definitions/my_steps.rb