Class: RSpec::Interactive::RSpecCommand

Inherits:
Pry::ClassCommand
  • Object
show all
Defined in:
lib/rspec-interactive/rspec_command.rb

Instance Method Summary collapse

Instance Method Details

#processObject



18
19
20
# File 'lib/rspec-interactive/rspec_command.rb', line 18

def process
  RSpec::Interactive.rspec(args)
end