poll测试修改

This commit is contained in:
zhuhao 2015-02-09 18:43:08 +08:00
parent 8c7016c90e
commit 269449041b
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
require 'spec_helper'
describe AccountController do
describe "showing up the login screen" do
it "should start with login" do
get :login
response.should be_success
end
end
end