Skip to content

Commit

Permalink
Merge pull request #39 from apiology/fix_quality_issues
Browse files Browse the repository at this point in the history
rubocop -A
  • Loading branch information
apiology authored Nov 26, 2022
2 parents 8f651de + 9bbbd96 commit 6a05a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feature/big_files_cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
context "with #{type}" do
let(:command) do
"cd feature/samples/#{type} && " \
"RUBYLIB=`pwd`/../../lib:\"\$RUBYLIB\" bigfiles " \
"RUBYLIB=`pwd`/../../lib:\"$RUBYLIB\" bigfiles " \
"--glob '*.{rb,swift,zorb}' " \
"--exclude-glob " \
"'{excluded.rb}'"
Expand Down
2 changes: 1 addition & 1 deletion spec/big_files/file_with_lines_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def allow_num_lines_calls

it 'is sortable' do
allow_num_lines_calls
expect(file_with_lines.<=>(another_file_with_lines))
expect((file_with_lines <=> another_file_with_lines))
.to eq(-1)
end
end
Expand Down

0 comments on commit 6a05a86

Please sign in to comment.