okay first run at making an API for railsgoat

This commit is contained in:
cktricky
2014-03-12 12:38:41 -04:00
parent c559bd5602
commit 932d2304f9
5 changed files with 40 additions and 1 deletions
@@ -0,0 +1,5 @@
require 'spec_helper'
describe Api::V1::UsersController do
end
+15
View File
@@ -0,0 +1,15 @@
require 'spec_helper'
# Specs in this file have access to a helper object that includes
# the Api::V1::UsersHelper. For example:
#
# describe Api::V1::UsersHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# expect(helper.concat_strings("this","that")).to eq("this that")
# end
# end
# end
describe Api::V1::UsersHelper do
pending "add some examples to (or delete) #{__FILE__}"
end