adds consistency to spacing

This commit is contained in:
rgarcia
2015-10-11 14:32:39 +02:00
parent 3a0253b7d3
commit 3fe8b6e603
8 changed files with 10 additions and 17 deletions

View File

@@ -101,6 +101,7 @@ feature 'Proposals' do
end
context "Printing" do
scenario 'Printing proposals', :js do
5.times { create(:proposal) }
@@ -136,6 +137,6 @@ feature 'Proposals' do
expect(current_url).to include('order=confidence_score')
expect(current_url).to include('page=1')
end
end
end
end