Class: Cello::Commands::Debug
- Inherits:
-
Object
- Object
- Cello::Commands::Debug
- Defined in:
- lib/cello/commands/debug.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
5 6 7 8 9 |
# File 'lib/cello/commands/debug.rb', line 5 def run Dir["./features/support/browsers/*.rb"].each {|file| require file } Dir["./features/pages/*.rb"].each {|file| require file } require "pry"; binding.pry end |