We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55fc5d commit 3556365Copy full SHA for 3556365
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.respond_to?(:start_time=)
+ ::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