uh-wm/features/cli/require.feature
2015-04-28 09:10:16 +00:00

10 lines
269 B
Gherkin

Feature: require CLI option
Scenario: requires a ruby feature
Given a file named my_feature.rb with:
"""
puts 'testing_feature_load'
"""
When I run uhwm with option -r ./my_feature.rb
Then the output must contain "testing_feature_load"