diff options
author | Henare Degan <henare.degan@gmail.com> | 2015-04-11 17:24:42 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2015-04-11 17:24:42 +1000 |
commit | f4cb716c7033d84ea6011798bd612ba05265fea5 (patch) | |
tree | 9ce702e322aca399ea8da4bbb9abcf3de47f8ea1 /spec/models/info_request_batch_spec.rb | |
parent | 8c72a2590a6c0a5f21491b96f44eeb8da53663bd (diff) |
Remove presumably accidentally committed RSpec focus tags
Diffstat (limited to 'spec/models/info_request_batch_spec.rb')
-rw-r--r-- | spec/models/info_request_batch_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/info_request_batch_spec.rb b/spec/models/info_request_batch_spec.rb index 2881e7745..701422037 100644 --- a/spec/models/info_request_batch_spec.rb +++ b/spec/models/info_request_batch_spec.rb @@ -80,7 +80,7 @@ describe InfoRequestBatch, "when finding an existing batch" do end end -describe InfoRequestBatch, "when creating a batch", :focus => true do +describe InfoRequestBatch, "when creating a batch" do before do @title = 'A test title' |