From 269449041b434d54288b8761f8d2ec21e0083e64 Mon Sep 17 00:00:00 2001 From: zhuhao Date: Mon, 9 Feb 2015 18:43:08 +0800 Subject: [PATCH] =?UTF-8?q?poll=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/controllers/accounts_controller_spec.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spec/controllers/accounts_controller_spec.rb diff --git a/spec/controllers/accounts_controller_spec.rb b/spec/controllers/accounts_controller_spec.rb new file mode 100644 index 000000000..c3b53c1d0 --- /dev/null +++ b/spec/controllers/accounts_controller_spec.rb @@ -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 \ No newline at end of file