diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-08-25 13:31:50 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-08-25 14:19:15 -0400 |
commit | b2a5344a2d68922d5c6cb8de228fb9b41ce3efc4 (patch) | |
tree | e2f9927b723c8e0561ac33fc18a700f4092c2412 /spec/spec_helper.rb | |
parent | fba174e9bc4e4ef5c0c4d6a4282f37e5265b87e2 (diff) | |
download | gitlab-ce-b2a5344a2d68922d5c6cb8de228fb9b41ce3efc4.tar.gz |
Add a simple `api` method to ApiHelpers, replacing api_prefix
See docs for usage
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d3635ed1979..9fb0ad7e249 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -27,7 +27,6 @@ RSpec.configure do |config| config.mock_with :rspec config.include LoginHelpers, type: :request - config.include ApiHelpers, type: :request # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false |