spec/spec_helper.rb in currency_converter-1.1.1 vs spec/spec_helper.rb in currency_converter-1.1.2
- old
+ new
@@ -1,5 +1,13 @@
require 'currency_converter'
+require 'coveralls'
+Coveralls.wear!
+
RSpec.configure do |config|
- config.order = "rand"
+ config.color = true
+ config.order = 'rand'
+
+ config.expect_with :rspec do |c|
+ c.syntax = :expect
+ end
end
\ No newline at end of file