spec/spec_helper.rb in PageRankr-3.0.0 vs spec/spec_helper.rb in PageRankr-3.0.1
- old
+ new
@@ -6,9 +6,9 @@
VCR.config do |c|
c.cassette_library_dir = './spec/fixtures/vcr_cassettes'
c.stub_with :typhoeus
end
-Rspec.configure do |c|
+RSpec.configure do |c|
c.formatter = Fuubar
c.color_enabled = true
end