spec/spec_helper.rb in hydra-derivatives-0.0.5 vs spec/spec_helper.rb in hydra-derivatives-0.0.6
- old
+ new
@@ -5,5 +5,6 @@
#Resque.inline = Rails.env.test?
RSpec.configure do |config|
end
+$in_travis = !ENV['TRAVIS'].nil? && ENV['TRAVIS'] == 'true'