spec/spec_helper.rb in uncoil-1.0.0 vs spec/spec_helper.rb in uncoil-1.1.0

- old
+ new

@@ -1,2 +1,4 @@ require 'simplecov' -SimpleCov.start \ No newline at end of file +SimpleCov.start + +CREDENTIALS = YAML.load_file("./credentials.yml")['bitly']