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 336077c commit 7315962Copy full SHA for 7315962
1 file changed
sentry-rails/spec/spec_helper.rb
@@ -36,6 +36,10 @@
36
37
RAILS_VERSION = Rails.version.to_f
38
39
+puts "*" * 120
40
+puts "Running specs on Ruby #{RUBY_VERSION} against Rails #{RAILS_VERSION}"
41
42
+
43
RSpec.configure do |config|
44
# Enable flags like --only-failures and --next-failure
45
config.example_status_persistence_file_path = ".rspec_status"
0 commit comments