Skip to content

Commit

Permalink
Fixed violation of Style/SpaceInsideStringInterpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
bv committed Mar 22, 2017
1 parent 19514a8 commit f3c2168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1034,14 +1034,6 @@ Style/SpaceInsideParens:
- 'spec/cucumber/multiline_argument/data_table_spec.rb'
- 'spec/cucumber/rb_support/rb_world_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: space, no_space
Style/SpaceInsideStringInterpolation:
Exclude:
- 'spec/cucumber/rake/forked_spec.rb'

# Offense count: 89
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Expand Down
2 changes: 1 addition & 1 deletion spec/cucumber/rake/forked_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module Rake
expect(subject.cmd).to eq [Cucumber::RUBY_BINARY,
'-I',
'"lib"',
"\"#{Cucumber::BINARY }\"",
"\"#{Cucumber::BINARY}\"",
'--cuke-option'] + feature_files
end
end
Expand Down

0 comments on commit f3c2168

Please sign in to comment.