Skip to content

Commit 14f9d50

Browse files
committed
Rubocop fixes
1 parent f15b719 commit 14f9d50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ group :development do
111111
end
112112

113113
group :test do
114-
gem "webmock", "~> 2"
115114
gem "apparition", "~> 0.6"
115+
gem "webmock", "~> 2"
116116
end
117117

118118
group :development, :test do

spec/rails_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
if ENV["TRAVIS"]
4242
apparition_opts[:browser_options] = {
43-
'remote-debugging-address' => '127.0.0.1',
44-
'remote-debugging-port' => 9222
43+
"remote-debugging-address" => "127.0.0.1",
44+
"remote-debugging-port" => 9222
4545
}
4646
apparition_opts[:remote] = true
4747
end

0 commit comments

Comments
 (0)