Skip to content

Commit

Permalink
add partner_requests_controller specs rubyforgood#51
Browse files Browse the repository at this point in the history
  • Loading branch information
fv42wid authored and seanmarcia committed Dec 15, 2018
1 parent ea7eda6 commit 637b832
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/controllers/partner_requests_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@

it_behaves_like "user is not logged in"
end

describe "GET #index" do
subject { get :index }
it_behaves_like "user is not logged in"
end
end
end

0 comments on commit 637b832

Please sign in to comment.