summaryrefslogtreecommitdiff
path: root/spec/controllers/api
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-06-10 21:21:48 -0600
committermo khan <mo@mokhan.ca>2014-06-10 21:21:48 -0600
commitcc1dc610eb039af1c61f7261c8b499895f3b89ed (patch)
tree42b948f36456e6eae2635485424dd24fd235d2fc /spec/controllers/api
parent00b43f5fedc45ef837e287dcf41cacfe3e643375 (diff)
use the new rails_helper and spec_helper thingy.
Diffstat (limited to 'spec/controllers/api')
-rw-r--r--spec/controllers/api/v1/creations_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/api/v1/creations_controller_spec.rb b/spec/controllers/api/v1/creations_controller_spec.rb
index add02015..48174e04 100644
--- a/spec/controllers/api/v1/creations_controller_spec.rb
+++ b/spec/controllers/api/v1/creations_controller_spec.rb
@@ -1,4 +1,4 @@
-require "spec_helper"
+require "rails_helper"
describe Api::V1::CreationsController do
context "when signed in" do