spec/spec_helper.rb in goliath-1.0.5 vs spec/spec_helper.rb in goliath-1.0.6

- old
+ new

@@ -6,9 +6,7 @@ require 'goliath/test_helper' Goliath.env = :test RSpec.configure do |c| - c.include Goliath::TestHelper, :example_group => { - :file_path => /spec\/integration/ - } + c.include Goliath::TestHelper, :file_path => /spec\/integration/ end