diff options
Diffstat (limited to 'spec/integration/omniauth-oauth2/Gemfile')
-rw-r--r-- | spec/integration/omniauth-oauth2/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/omniauth-oauth2/Gemfile b/spec/integration/omniauth-oauth2/Gemfile index c2f9159..5e2bdee 100644 --- a/spec/integration/omniauth-oauth2/Gemfile +++ b/spec/integration/omniauth-oauth2/Gemfile @@ -4,4 +4,4 @@ gem 'hashie', path: '../../..' gem 'omniauth-oauth2', '~> 1.4.0' gem 'rails', '~> 5.0.1' gem 'rspec', '~> 3.5.0' -gem 'rack-test', '~> 0.6.3' +gem 'rspec-rails' |