Sha256: 84cf74d512a40113eb92c63d710bd6ca8123f2c18377877f5019314eed87757d
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
require 'spec_helper' describe Trackerific::Configuration do before do Trackerific::Configuration.configure do |config| config.hello = 'world' end end subject { described_class.config } its(:hello) { should eq 'world' } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trackerific-0.7.1 | spec/lib/trackerific/configuration_spec.rb |
trackerific-0.7.0 | spec/lib/trackerific/configuration_spec.rb |