Class: Stratagem::Command::DevelMock
- Defined in:
- lib/stratagem/commands/devel_mock.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#run ⇒ Object
3 4 5 6 7 8 |
# File 'lib/stratagem/commands/devel_mock.rb', line 3 def run require 'config/environment' require 'stratagem/labs/auto_mock' Stratagem::Labs::AutoMock.new.run end |