We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 599a645 + 3556365 commit 27302ecCopy full SHA for 27302ec
lib/spring/commands/rspec.rb
@@ -14,7 +14,7 @@ def gem_name
14
end
15
16
def call
17
- ::RSpec.configuration.start_time = Time.now if defined?(::RSpec.configuration)
+ ::RSpec.configuration.start_time = Time.now if defined?(::RSpec.configuration.start_time)
18
load Gem.bin_path(gem_name, exec_name)
19
20
0 commit comments