Class: RSpec::Interactive::RSpecCommand
- Inherits:
-
Pry::ClassCommand
- Object
- Pry::ClassCommand
- RSpec::Interactive::RSpecCommand
- Defined in:
- lib/rspec-interactive/rspec_command.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
18 19 20 |
# File 'lib/rspec-interactive/rspec_command.rb', line 18 def process RSpec::Interactive.rspec(args) end |