bintz-integration_testing_s.../skel/root/features/support/log_inspection.rb.tt

5 lines
158 B
Plaintext
Raw Permalink Normal View History

2013-07-09 21:11:22 +00:00
<% if rails %>
2013-01-26 00:01:49 +00:00
# enable rails log inspection so you get errors in your console instead of the logs
require 'capybara/rails-log-inspection/cucumber'
2013-07-09 21:11:22 +00:00
<% end %>