Sha256: 787c0760a3609c8db07a26e539ed624c2bbe3094d591c419c8a9c38c245c66f8

Contents?: true

Size: 695 Bytes

Versions: 12

Compression:

Stored size: 695 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 necessary 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

12 entries across 12 versions & 5 rubygems

Version Path
tdiary-5.0.9 vendor/bundle/gems/simplecov-0.14.1/spec/faked_project/features/step_definitions/my_steps.rb
simplecov-0.15.1 spec/faked_project/features/step_definitions/my_steps.rb
simplecov-0.15.0 spec/faked_project/features/step_definitions/my_steps.rb
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/simplecov-0.14.1/spec/faked_project/features/step_definitions/my_steps.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/simplecov-0.14.1/spec/faked_project/features/step_definitions/my_steps.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/simplecov-0.14.1/spec/faked_project/features/step_definitions/my_steps.rb
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/simplecov-0.14.1/spec/faked_project/features/step_definitions/my_steps.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/simplecov-0.14.1/spec/faked_project/features/step_definitions/my_steps.rb
simplecov-patched-0.14.3 spec/faked_project/features/step_definitions/my_steps.rb
simplecov-patched-0.14.2 spec/faked_project/features/step_definitions/my_steps.rb
simplecov-0.14.1 spec/faked_project/features/step_definitions/my_steps.rb
simplecov-0.14.0 spec/faked_project/features/step_definitions/my_steps.rb