Skip to content

Commit 4655743

Browse files
authored
Merge pull request #58 from gitlabhq/dz-remove-rspec
Remove rspec dependency
2 parents b9ee18e + 94f116a commit 4655743

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ group :development, :test do
1010
gem 'diff-lcs', "~> 1.1"
1111
gem 'mocha', "~> 0.13.2"
1212
gem 'coveralls', require: false
13-
gem 'rspec', '~> 2.11'
1413
gem 'test-unit'
1514
end

Gemfile.lock

-9
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ GEM
3535
rake (0.9.2.2)
3636
rest-client (1.6.7)
3737
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)
4638
simplecov (0.7.1)
4739
multi_json (~> 1.0)
4840
simplecov-html (~> 0.7.1)
@@ -64,7 +56,6 @@ DEPENDENCIES
6456
posix-spawn (~> 0.3.6)
6557
pry
6658
rake
67-
rspec (~> 2.11)
6859
test-unit
6960

7061
BUNDLED WITH

0 commit comments

Comments
 (0)