Fixes conflicts. Merge branch 'master' into ancestry

This commit is contained in:
Juanjo Bazán
2015-09-03 16:37:28 +02:00
94 changed files with 1062 additions and 673 deletions

View File

@@ -31,7 +31,7 @@ feature 'Comments' do
expect(page).to have_content("1")
expect(page).to have_content("2")
expect(page).to_not have_content("3")
click_link "Next"
click_link "Next", exact: false
end
expect(page).to have_css('.comment', count: 2)