diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-14 14:28:58 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-14 14:28:58 +0100 |
commit | 2e14a76f86f617e98cc935a9d052dedf94e38695 (patch) | |
tree | 1f05cd63841991b33c9b24bb72df3578cc3978c9 | |
parent | bb790631de2973f8009af558cc9d9a6a70a6efc9 (diff) |
Make test description be accurate
-rw-r--r-- | spec/controllers/request_game_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_game_controller_spec.rb b/spec/controllers/request_game_controller_spec.rb index eb05045e9..ce507fad1 100644 --- a/spec/controllers/request_game_controller_spec.rb +++ b/spec/controllers/request_game_controller_spec.rb @@ -4,7 +4,7 @@ describe RequestGameController, "when playing the game" do fixtures :info_requests, :info_request_events, :public_bodies, :public_body_translations, :users, :incoming_messages, :raw_emails, :outgoing_messages # all needed as integrating views - it "should show the game homepage with the correct urls" do + it "should show the game homepage" do get :play response.should render_template('play') end |