aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/api
diff options
context:
space:
mode:
authorXinhui2017-08-22 12:49:55 +0200
committerXinhui2017-08-22 14:52:49 +0200
commit9a281154ea20a6450bb53880f1dd77d5139075f1 (patch)
treea9dd7c08bd500ed0f9238c0b1c5038d9cef22ec9 /spec/controllers/api
parent49eeb2919090f26f5d16d446df6f5890fc71625a (diff)
downloadchouette-core-9a281154ea20a6450bb53880f1dd77d5139075f1.tar.bz2
API - new end point for workbenches
Diffstat (limited to 'spec/controllers/api')
-rw-r--r--spec/controllers/api/v1/workbenches_controller_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/controllers/api/v1/workbenches_controller_spec.rb b/spec/controllers/api/v1/workbenches_controller_spec.rb
new file mode 100644
index 000000000..187d8ffeb
--- /dev/null
+++ b/spec/controllers/api/v1/workbenches_controller_spec.rb
@@ -0,0 +1,5 @@
+require 'rails_helper'
+
+RSpec.describe Api::V1::WorkbenchesController, type: :controller do
+
+end