diff options
author | Stormwind <stormwind@stormwinds-page.de> | 2023-05-08 12:49:31 +0200 |
---|---|---|
committer | Stormwind <stormwind@stormwinds-page.de> | 2023-05-09 12:36:57 +0200 |
commit | 49af46c6867ac11628f624d2376df95600d1bd15 (patch) | |
tree | 445e640c6ca5c5c0ad386dd2d5a222b16ac7e219 /spec/spec_helper.rb | |
parent | 7f0df1746a184326e2ed58467bbb05938f221e3a (diff) |
Update dependencies
Updated the dependencies to current versions of the gems this framework
relies on. Also got the tests back running, as the synthax of RSpec
slightly changed the past years.
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 733a9a9..2db4ebb 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,5 @@ require 'bundler/setup' +require 'rspec/its' if ENV['SIMPLECOV'] require 'simplecov' |