diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-05 17:33:07 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-05 17:33:07 +0100 |
commit | 1336bf24bbca504e45480ea1b53eb1efca0f8e40 (patch) | |
tree | 711947663611485a8445ec81e8bffdfa76712f81 /spec/controllers/request_controller_spec.rb | |
parent | bc29ea1129cba545a2bbc5ed7dc0eed257d454ef (diff) | |
parent | c5c815d6450b4ecd4be004ae20fb0ecb1b62fa0d (diff) |
Merge branch 'body-stats-prerelease' into rails-3-develop
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 2c605a139..9c4e16c67 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -174,7 +174,7 @@ describe RequestController, "when changing things that appear on the request pag ir.save! PurgeRequest.all().first.model_id.should == ir.id end - it "should not create more than one entry for any given resourcce" do + it "should not create more than one entry for any given resource" do ir = info_requests(:fancy_dog_request) ir.prominence = 'hidden' ir.save! |