Module: RSpec::Snapshot

Defined in:
lib/rspec/snapshot/version.rb,
lib/rspec/snapshot/matchers.rb,
lib/rspec/snapshot/configuration.rb,
lib/rspec/snapshot/matchers/match_snapshot.rb

Defined Under Namespace

Modules: Matchers Classes: Configuration

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.initialize_configuration(config) ⇒ Object



5
6
7
# File 'lib/rspec/snapshot/configuration.rb', line 5

def self.initialize_configuration(config)
  config.add_setting :snapshot_dir, :default => :relative
end