Method: RSpec::Daemon::Configuration#has_recorded_config?
- Defined in:
- lib/rspec/daemon/configuration.rb
#has_recorded_config? ⇒ Boolean
47 48 49 |
# File 'lib/rspec/daemon/configuration.rb', line 47 def has_recorded_config? !!self.config_proxy end |