add skipped empty lines

This commit is contained in:
Artem Chernikov 2014-06-30 17:07:53 +02:00
parent cdd3b40f5b
commit 494003892c
31 changed files with 37 additions and 29 deletions

View file

@ -52,4 +52,4 @@ describe Admin::UsersController do
end
end
end
end

View file

@ -6,4 +6,4 @@ FactoryGirl.define do
conference
end
end
end

View file

@ -6,4 +6,4 @@ FactoryGirl.define do
conference
end
end
end

View file

@ -5,4 +5,4 @@ FactoryGirl.define do
conference
end
end
end

View file

@ -6,4 +6,4 @@ FactoryGirl.define do
conference
end
end
end

View file

@ -5,4 +5,4 @@ FactoryGirl.define do
conference
end
end
end

View file

@ -9,4 +9,4 @@ FactoryGirl.define do
end
end
end
end

View file

@ -5,4 +5,4 @@ module Sidebar
render
expect(view).to render_template('admin/conference/_sidebar')
end
end
end

View file

@ -9,4 +9,4 @@ describe 'admin/rooms/index' do
expect(rendered).to include('4')
end
end
end