jnicklas/turnip

View on GitHub
examples/steps/autoload_steps.rb

Summary

Maintainability
A
0 mins
Test Coverage
steps_for :autoload_steps do
  step 'an auto-loaded step is available' do
    true.should be
  end
end