exclude config/ from rubocop styling, more style fixes

This commit is contained in:
Stella Rouzi 2014-08-19 20:14:27 +03:00
parent b7c45718d8
commit da061b3902
5 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
require 'spec_helper'
describe 'conference/show.html.haml' do
before(:each) do
allow(view).to receive(:date_string).and_return("January 17 - 21 2014")
allow(view).to receive(:date_string).and_return('January 17 - 21 2014')
@conference = create(:conference,
sponsor_email: 'example@example.com')