Skip to content

Commit 7315962

Browse files
committed
[rails] display ruby/rails ver before specs
1 parent 336077c commit 7315962

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sentry-rails/spec/spec_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636

3737
RAILS_VERSION = Rails.version.to_f
3838

39+
puts "*" * 120
40+
puts "Running specs on Ruby #{RUBY_VERSION} against Rails #{RAILS_VERSION}"
41+
puts "*" * 120
42+
3943
RSpec.configure do |config|
4044
# Enable flags like --only-failures and --next-failure
4145
config.example_status_persistence_file_path = ".rspec_status"

0 commit comments

Comments
 (0)