Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated project is broken #191

Closed
romikoops opened this issue Nov 2, 2016 · 1 comment
Closed

Generated project is broken #191

romikoops opened this issue Nov 2, 2016 · 1 comment
Labels

Comments

@romikoops
Copy link
Contributor

Test case:

howitzer new test_automation --cucumber  
cd test_automation
bundle install
rake features

Expected result: Tests suit should run
Actual result:

cannot load such file -- /Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/web/pages/example_menu (LoadError)
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/web/pages/example_page.rb:1:in `require_relative'
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/web/pages/example_page.rb:1:in `<top (required)>'
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/config/boot.rb:12:in `require'
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/config/boot.rb:12:in `block in <top (required)>'
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/config/boot.rb:12:in `each'
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/config/boot.rb:12:in `<top (required)>'
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/features/support/env.rb:3:in `require_relative'
/Users/romikoops/RubyWS/strongqa/test_howitzer_project1/test_automation/features/support/env.rb:3:in `<top (required)>'
@romikoops romikoops added the bug label Nov 2, 2016
@romikoops
Copy link
Contributor Author

Fixed with commit 132a3c5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant