Commit b0fc24c9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix tests

parent a7ce4b52
...@@ -2,7 +2,7 @@ source "http://rubygems.org" ...@@ -2,7 +2,7 @@ source "http://rubygems.org"
group :development, :test do group :development, :test do
gem 'coveralls', require: false gem 'coveralls', require: false
gem 'rspec' gem 'rspec', '~> 2.14.0'
gem 'webmock' gem 'webmock'
gem 'guard' gem 'guard'
gem 'guard-rspec' gem 'guard-rspec'
......
...@@ -13,7 +13,7 @@ GEM ...@@ -13,7 +13,7 @@ GEM
term-ansicolor term-ansicolor
thor thor
crack (0.3.1) crack (0.3.1)
diff-lcs (1.1.3) diff-lcs (1.2.5)
docile (1.1.5) docile (1.1.5)
guard (1.5.4) guard (1.5.4)
listen (>= 0.4.2) listen (>= 0.4.2)
...@@ -40,14 +40,14 @@ GEM ...@@ -40,14 +40,14 @@ GEM
rest-client (1.7.2) rest-client (1.7.2)
mime-types (>= 1.16, < 3.0) mime-types (>= 1.16, < 3.0)
netrc (~> 0.7) netrc (~> 0.7)
rspec (2.12.0) rspec (2.14.1)
rspec-core (~> 2.12.0) rspec-core (~> 2.14.0)
rspec-expectations (~> 2.12.0) rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.12.0) rspec-mocks (~> 2.14.0)
rspec-core (2.12.2) rspec-core (2.14.8)
rspec-expectations (2.12.1) rspec-expectations (2.14.5)
diff-lcs (~> 1.1.3) diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.12.2) rspec-mocks (2.14.6)
rubocop (0.28.0) rubocop (0.28.0)
astrolabe (~> 1.3) astrolabe (~> 1.3)
parser (>= 2.2.0.pre.7, < 3.0) parser (>= 2.2.0.pre.7, < 3.0)
...@@ -77,7 +77,7 @@ DEPENDENCIES ...@@ -77,7 +77,7 @@ DEPENDENCIES
coveralls coveralls
guard guard
guard-rspec guard-rspec
rspec rspec (~> 2.14.0)
rubocop (= 0.28.0) rubocop (= 0.28.0)
vcr vcr
webmock webmock
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment