KnapsackPro/knapsack

View on GitHub
spinach_examples/steps/test_how_spinach_works_for_first_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Spinach::Features::TestHowSpinachWorksForFirstTest < Spinach::FeatureSteps
  step 'I have an empty array' do
  end

  step 'I append my first name and my last name to it' do
  end

  step 'I pass it to my super-duper method' do
  end

  step 'the output should contain a formal greeting' do
  end
end