diff --git a/spec/requests/notices_controller_spec.rb b/spec/requests/notices_controller_spec.rb index 8a7ac0f..6a173fa 100644 --- a/spec/requests/notices_controller_spec.rb +++ b/spec/requests/notices_controller_spec.rb @@ -45,7 +45,6 @@ describe "Notices management" do end - # the JS notifier allows for both GET and POST requests context "with GET request" do let(:xml) { Rails.root.join('spec','fixtures','hoptoad_test_notice.xml').read } it 'save a new notice' do @@ -57,7 +56,5 @@ describe "Notices management" do }.by(1) end end - end - end -- libgit2 0.21.2