Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
describe ${1:controller}, "${2:GET|POST|PUT|DELETE} ${3:/some/path}${4}" do
|
||||
${5}
|
||||
end
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
describe ${1:controller}, "${2:GET|POST|PUT|DELETE} ${3:/some/path}${4}" do
|
||||
${5}
|
||||
end
|
||||