We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15b719 commit 14f9d50Copy full SHA for 14f9d50
Gemfile
@@ -111,8 +111,8 @@ group :development do
111
end
112
113
group :test do
114
- gem "webmock", "~> 2"
115
gem "apparition", "~> 0.6"
+ gem "webmock", "~> 2"
116
117
118
group :development, :test do
spec/rails_helper.rb
@@ -40,8 +40,8 @@
40
41
if ENV["TRAVIS"]
42
apparition_opts[:browser_options] = {
43
- 'remote-debugging-address' => '127.0.0.1',
44
- 'remote-debugging-port' => 9222
+ "remote-debugging-address" => "127.0.0.1",
+ "remote-debugging-port" => 9222
45
}
46
apparition_opts[:remote] = true
47
0 commit comments