Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-shell
Commits
268d23de
Commit
268d23de
authored
Aug 14, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update rspec to 3.8.0; remove rspec-its
parent
cfec435a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
17 deletions
+15
-17
Gemfile
Gemfile
+1
-2
Gemfile.lock
Gemfile.lock
+14
-13
spec/spec_helper.rb
spec/spec_helper.rb
+0
-2
No files found.
Gemfile
View file @
268d23de
...
...
@@ -2,8 +2,7 @@ source "http://rubygems.org"
group
:development
,
:test
do
gem
'
listen
'
,
'~> 0.5.0'
gem
'
rspec
'
,
'~> 2.0'
gem
'
rspec-its
'
,
'~> 1.0.0'
gem
'
rspec
'
,
'~> 3.8.0'
gem
'
rubocop
'
,
'0.49.1'
,
require:
false
gem
'
simplecov
'
,
'~> 0.9.0'
,
require:
false
gem
'
vcr
'
,
'~> 4.0.0'
...
...
Gemfile.lock
View file @
268d23de
...
...
@@ -18,17 +18,19 @@ GEM
rainbow (2.2.2)
rake
rake (12.3.1)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-its (1.0.1)
rspec-core (>= 2.99.0.beta1)
rspec-expectations (>= 2.99.0.beta1)
rspec-mocks (2.99.4)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.49.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
...
...
@@ -54,8 +56,7 @@ PLATFORMS
DEPENDENCIES
listen (~> 0.5.0)
rspec (~> 2.0)
rspec-its (~> 1.0.0)
rspec (~> 3.8.0)
rubocop (= 0.49.1)
simplecov (~> 0.9.0)
vcr (~> 4.0.0)
...
...
spec/spec_helper.rb
View file @
268d23de
ROOT_PATH
=
File
.
expand_path
(
File
.
join
(
File
.
dirname
(
__FILE__
),
".."
))
require
'rspec/its'
require
'simplecov'
SimpleCov
.
start
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment