Update rss spec

we can't check status codes anymore
This commit is contained in:
Brenda Wallace
2019-06-24 18:29:18 +12:00
parent c797f33c08
commit 926915aca0

View File

@@ -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