Sha256: 9066ef13a2662baff4cf10633229ae5ee5d23bebd1e99e72351397a2f8015848
Contents?: true
Size: 414 Bytes
Versions: 1
Compression:
Stored size: 414 Bytes
Contents
require 'spec_helper' describe Machined::Context do describe '#machined' do it 'returns a reference to the Machined environment' do context.machined.should be(machined) end end describe '#config' do it "returns a reference to the Machined environment's configuration" do machined.config.layout = 'application' context.config.layout.should == 'application' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
machined-0.8.0 | spec/machined/context_spec.rb |