Method: Fixtury::Configuration#reset
- Defined in:
- lib/fixtury/configuration.rb
#reset ⇒ Object
Delete the storage file if it exists.
36 37 38 |
# File 'lib/fixtury/configuration.rb', line 36 def reset File.delete(filepath) if filepath && File.file?(filepath) end |