spec/spec_helper.rb in fuelsdk-0.1.8 vs spec/spec_helper.rb in fuelsdk-0.1.9

- old
+ new

@@ -11,11 +11,14 @@ RSpec.configure do |config| config.mock_with :rspec config.include Savon::SpecHelper - # Use color in STDOUT - config.color_enabled = true + begin + # Use color in STDOUT + config.color_enabled = true + rescue + end # Use the specified formatter config.formatter = :documentation config.before(:all) do