summaryrefslogtreecommitdiff
path: root/spec/features/raven_js_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove Sentry from application settingsRoger Meier2019-06-251-1/+1
|
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-2/+2
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* fix raven specsMike Greiling2018-05-031-1/+1
|
* fix rubocop violationMike Greiling2017-10-291-1/+1
|
* fix use of unsupported webdriver feature "network_requests"Mike Greiling2017-10-261-2/+4
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Removed putsLuke "Jared" Bennett2017-04-281-1/+0
|
* Fixed specsLuke "Jared" Bennett2017-04-281-2/+2
|
* [ci skip] Remove loadscript class in favour of backend conditionalLuke "Jared" Bennett2017-04-131-4/+4
|
* Added raven and raven-vue plugin, updated gon_helper with data needed for ↵Luke Bennett2017-01-231-0/+24
raven and created raven_config, required by application.js Added is_production to define sentry environment Removed as much jQuery as possible Added public_sentry_dsn application_settings helper method Use URI module instead of regex for public dsn Removed raven-vue and load raven on if sentry is enabled Add load_script spec added raven_config spec added class_spec_helper and tests added sentry_helper spec added feature spec