Skip to content

Commit

Permalink
Login as admin before each ExtensionsControllerSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
jomz committed Feb 24, 2014
1 parent d78ea6b commit d9c425f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/radiant/extensions_controller_spec.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include AuthenticationHelper include AuthenticationHelper


before :each do before :each do
login_as :user login_as :admin
end end


it "should require login for all actions" do it "should require login for all actions" do
Expand Down

0 comments on commit d9c425f

Please sign in to comment.