mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 09:17:20 -04:00
Update rss spec
we can't check status codes anymore
This commit is contained in:
@@ -5,10 +5,6 @@ describe 'Members RSS feed' do
|
||||
|
||||
before { visit member_path(member, format: 'rss') }
|
||||
|
||||
pending 'The show action exists' do
|
||||
# expect(page.status_code).to equal 200
|
||||
end
|
||||
|
||||
it 'The show action title is what we expect' do
|
||||
expect(page).to have_content "#{member.login_name}'s recent posts (#{ENV['GROWSTUFF_SITE_NAME']})"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user