spec/spec_helper.rb in itunes-0.5.3 vs spec/spec_helper.rb in itunes-0.5.4

- old
+ new

@@ -13,8 +13,8 @@ RSpec.configure do |c| c.extend VCR::RSpec::Macros end VCR.config do |c| - c.cassette_library_dir = 'spec/fixtures' - c.stub_with :webmock -end \ No newline at end of file + c.cassette_library_dir = 'spec/fixtures' + c.stub_with :webmock +end