Sha256: bd55df4d5ae831fc361245a9ba999348fa0af10d22887d0d94eb82884a9e2373

Contents?: true

Size: 653 Bytes

Versions: 71

Compression:

Stored size: 653 Bytes

Contents

Given /^I want to keep stuff simple$/ do
  1.should == 1
end

When /^I write my cukes for the fake project$/ do
  1.should == 1
end

Then /^I make all neccessary tests in a single step$/ do
  FakedProject.foo.should == 'bar'

  FrameworkSpecific.cucumber.should == "Only tested in Cucumber"

  FakedProject.a_class_method.should == "this is a mixed-in class method"

  FakedProject.new.an_instance_method.should == "this is a mixed-in instance method"
  FakedProject.new.dynamic.should == "A dynamically defined instance method"

  something = SomeClass.new("foo")
  something.reverse.should == 'oof'
  something.compare_with('foo').should be_true
end

Version data entries

71 entries across 53 versions & 7 rubygems

Version Path
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/simplecov-0.8.2/test/faked_project/features/step_definitions/my_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/simplecov-0.8.2/test/faked_project/features/step_definitions/my_steps.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/simplecov-0.8.2/test/faked_project/features/step_definitions/my_steps.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/simplecov-0.8.2/test/faked_project/features/step_definitions/my_steps.rb
simplecov-0.8.2 test/faked_project/features/step_definitions/my_steps.rb
simplecov-0.8.1 test/faked_project/features/step_definitions/my_steps.rb
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
candlepin-api-0.4.0 bundle/ruby/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
simplecov-0.8.0.pre2 test/faked_project/features/step_definitions/my_steps.rb
challah-1.0.0 vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
challah-1.0.0.beta3 vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
challah-1.0.0.beta2 vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
challah-1.0.0.beta vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
simplecov-0.8.0.pre test/faked_project/features/step_definitions/my_steps.rb
challah-0.9.1.beta.3 vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
devise_sociable-0.1.0 vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
challah-0.9.1.beta vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb
challah-0.9.0 vendor/bundle/gems/simplecov-0.7.1/test/faked_project/features/step_definitions/my_steps.rb