Skip to content

Commit

Permalink
Spec fix for MobileController
Browse files Browse the repository at this point in the history
to reflect its current behavior
  • Loading branch information
Alexey Babich committed Mar 13, 2011
1 parent 93370fb commit 187798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/mobile_controller_spec.rb
Expand Up @@ -5,7 +5,7 @@
describe "GET 'index'" do
it "should be successful" do
get 'index'
response.should be_success
response.should be_redirect
end
end

Expand Down

0 comments on commit 187798b

Please sign in to comment.