diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-05-28 16:05:30 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-06 19:35:12 +0100 |
commit | f5cd4f050a80a23ea0dead8bcaf9b79ce07cb18a (patch) | |
tree | 73939d2519a4cbdfb272a668bcf8727af53c797b /spec/controllers | |
parent | 2ce2fde7db39f66bff7a8093150ed16e3619af16 (diff) |
Correct comment\
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/api_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/api_controller_spec.rb b/spec/controllers/api_controller_spec.rb index e5422d48a..5a5496556 100644 --- a/spec/controllers/api_controller_spec.rb +++ b/spec/controllers/api_controller_spec.rb @@ -103,7 +103,7 @@ describe ApiController, "when using the API" do end it "should add a followup to a request" do - # First we need to create a request + # First we need an external request request_id = info_requests(:external_request).id # Initially it has one outgoing message |