Skip to content

Commit bda9ffd

Browse files
committed
Merge pull request #5 from Aigeruth/feature/rubocop-rspec
Add RuboCop RSpec
2 parents f95e11f + 3119ca1 commit bda9ffd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem "rubocop", require: false
4+
gem "rubocop-rspec", require: false
45
gem "pry", require: false
56

67
group :test do

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ GEM
3232
powerpack (~> 0.1)
3333
rainbow (>= 1.99.1, < 3.0)
3434
ruby-progressbar (~> 1.4)
35+
rubocop-rspec (1.3.0)
3536
ruby-progressbar (1.7.5)
3637
slop (3.6.0)
3738

@@ -45,6 +46,7 @@ DEPENDENCIES
4546
pry
4647
rake
4748
rubocop
49+
rubocop-rspec
4850

4951
BUNDLED WITH
50-
1.10.3
52+
1.10.4

0 commit comments

Comments
 (0)