spec/spec_helper.rb in goliath-0.9.1 vs spec/spec_helper.rb in goliath-0.9.2

- old
+ new

@@ -3,10 +3,12 @@ Bundler.setup Bundler.require require 'goliath/test_helper' +Goliath.env = :test + RSpec.configure do |c| c.include Goliath::TestHelper, :example_group => { :file_path => /spec\/integration/ } -end \ No newline at end of file +end