spec/spec_helper.rb in noip-0.1 vs spec/spec_helper.rb in noip-0.2

- old
+ new

@@ -1,5 +1,9 @@ +require "codeclimate-test-reporter" +CodeClimate::TestReporter.start + require 'noip' RSpec.configure do |config| config.color = true end +