Commit ad3a0b31 authored by Mike Greiling's avatar Mike Greiling

fix rubocop violation

parent 59bd8ac8
......@@ -18,7 +18,7 @@ feature 'RavenJS' do
end
def has_requested_raven
page.all('script', visible: false).one? do | elm |
page.all('script', visible: false).one? do |elm|
elm[:src] =~ /#{raven_path}$/
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment