diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-07-04 00:48:00 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-07-04 00:48:00 -0700 |
commit | fbd559d44f1fc7e37f88844a9260bf7a5e1ba822 (patch) | |
tree | 06702bbc726fdff1a6075d6395722311c9abcdb2 /spec/support | |
parent | 378dc55d29a97447315c6181f678cf933afbbb78 (diff) | |
download | gitlab-ce-fbd559d44f1fc7e37f88844a9260bf7a5e1ba822.tar.gz |
add API version
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/api.rb | 7 | ||||
-rw-r--r-- | spec/support/security.rb | 0 |
2 files changed, 7 insertions, 0 deletions
diff --git a/spec/support/api.rb b/spec/support/api.rb new file mode 100644 index 00000000000..d363d8b9a57 --- /dev/null +++ b/spec/support/api.rb @@ -0,0 +1,7 @@ +def api_prefix + "/api/#{Gitlab::API::VERSION}" +end + +def json_response + JSON.parse(response.body) +end diff --git a/spec/support/security.rb b/spec/support/security.rb deleted file mode 100644 index e69de29bb2d..00000000000 --- a/spec/support/security.rb +++ /dev/null |