Class: CypressRails::Run
- Inherits:
-
Object
- Object
- CypressRails::Run
- Defined in:
- lib/cypress-rails/run.rb
Instance Method Summary collapse
- #call(config = Config.new) ⇒ Object
-
#initialize ⇒ Run
constructor
A new instance of Run.
Constructor Details
#initialize ⇒ Run
Returns a new instance of Run.
6 7 8 |
# File 'lib/cypress-rails/run.rb', line 6 def initialize @launches_cypress = LaunchesCypress.new end |