spec/spec_helper.rb in goliath-0.9.0 vs spec/spec_helper.rb in goliath-0.9.1
- old
+ new
@@ -2,5 +2,11 @@
Bundler.setup
Bundler.require
require 'goliath/test_helper'
+
+RSpec.configure do |c|
+ c.include Goliath::TestHelper, :example_group => {
+ :file_path => /spec\/integration/
+ }
+end
\ No newline at end of file