class Cello::Commands::Debug
Public Class Methods
run()
click to toggle source
# 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