Removed extra blank lines

This commit is contained in:
Brenda Wallace
2018-09-11 15:57:09 +12:00
parent 9ee0846a30
commit ef60f74624
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ feature "home page" do
harvest.photos << photo
end
before { visit root_path }
shared_examples 'shows seeds' do

View File

@@ -11,7 +11,6 @@ describe 'members/show.rss.haml', type: "view" do
render
end
it 'shows RSS feed title' do
is_expected.to match(/member\d+'s recent posts/)
end