Skip to content

Commit

Permalink
Rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
esoterik committed Feb 4, 2021
1 parent f15b719 commit 14f9d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ group :development do
end

group :test do
gem "webmock", "~> 2"
gem "apparition", "~> 0.6"
gem "webmock", "~> 2"
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

if ENV["TRAVIS"]
apparition_opts[:browser_options] = {
'remote-debugging-address' => '127.0.0.1',
'remote-debugging-port' => 9222
"remote-debugging-address" => "127.0.0.1",
"remote-debugging-port" => 9222
}
apparition_opts[:remote] = true
end
Expand Down

0 comments on commit 14f9d50

Please sign in to comment.