From 012a034e2364841f409efd81d353f1f2027edad9 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Tue, 3 Dec 2013 18:23:29 -0500 Subject: [PATCH] Small refactor on test file [skip ci] --- spec/requests/notices_controller_spec.rb | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) 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