poll测试修改
This commit is contained in:
parent
8c7016c90e
commit
269449041b
|
@ -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
|
Loading…
Reference in New Issue