Skip to content

Commit

Permalink
Fix all rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyasha committed Mar 18, 2017
1 parent 122948f commit 4e08fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -4,6 +4,7 @@ AllCops:
DisplayCopNames: true

Exclude:
- "*.gemspec"
- "vendor/**/*"
- "lib/test_boosters/rspec_booster.rb"
- "lib/test_boosters/cucumber_booster.rb"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
source "https://rubygems.org"

# Specify your gem's dependencies in test_boosters.gemspec
gemspec

0 comments on commit 4e08fd8

Please sign in to comment.