Method: RSpec::Core::ProjectInitializer#report_exists
- Defined in:
- lib/rspec/core/project_initializer.rb
#report_exists(file) ⇒ Object
71 72 73 |
# File 'lib/rspec/core/project_initializer.rb', line 71 def report_exists(file) puts " exist #{file}" end |