We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ee18e commit 94f116aCopy full SHA for 94f116a
Gemfile
@@ -10,6 +10,5 @@ group :development, :test do
10
gem 'diff-lcs', "~> 1.1"
11
gem 'mocha', "~> 0.13.2"
12
gem 'coveralls', require: false
13
- gem 'rspec', '~> 2.11'
14
gem 'test-unit'
15
end
Gemfile.lock
@@ -35,14 +35,6 @@ GEM
35
rake (0.9.2.2)
36
rest-client (1.6.7)
37
mime-types (>= 1.16)
38
- rspec (2.13.0)
39
- rspec-core (~> 2.13.0)
40
- rspec-expectations (~> 2.13.0)
41
- rspec-mocks (~> 2.13.0)
42
- rspec-core (2.13.1)
43
- rspec-expectations (2.13.0)
44
- diff-lcs (>= 1.1.3, < 2.0)
45
- rspec-mocks (2.13.1)
46
simplecov (0.7.1)
47
multi_json (~> 1.0)
48
simplecov-html (~> 0.7.1)
@@ -64,7 +56,6 @@ DEPENDENCIES
64
56
posix-spawn (~> 0.3.6)
65
57
pry
66
58
rake
67
- rspec (~> 2.11)
68
59
test-unit
69
60
70
61
BUNDLED WITH
0 commit comments