spec/spec_helper.rb in proxmox-0.0.4 vs spec/spec_helper.rb in proxmox-0.0.5
- old
+ new
@@ -13,10 +13,10 @@
require 'simplecov'
SimpleCov.start 'rails'
end
end
-if ENV["CI"]
+if ENV['CI']
require 'coveralls'
Coveralls.wear!
end
RSpec.configure do |config|