fix raven specs
This commit is contained in:
parent
b3734ec811
commit
7e54e7aa1d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
feature 'RavenJS' do
|
||||
let(:raven_path) { '/raven.bundle.js' }
|
||||
let(:raven_path) { '/raven.chunk.js' }
|
||||
|
||||
it 'should not load raven if sentry is disabled' do
|
||||
visit new_user_session_path
|
||||
|
|
Loading…
Reference in a new issue