Class: SpecViews::Configuration

Inherits:
ActiveSupport::InheritableOptions
  • Object
show all
Defined in:
lib/spec_views/configuration.rb

Class Method Summary collapse

Class Method Details

.defaultObject



5
6
7
8
9
10
# File 'lib/spec_views/configuration.rb', line 5

def self.default
  new(
    directory: 'spec/fixtures/views',
    ui_url: 'http://localhost:3000/spec_views'
  )
end