Sha256: 9a95375fb257ef96848a66cf5027447ba4762b40d30c94f26b5ed6d9016a011a
Contents?: true
Size: 451 Bytes
Versions: 5
Compression:
Stored size: 451 Bytes
Contents
require 'minitest_helper' describe Torm do describe '.instance' do it 'should load an Engine with default rules when there is a default rules file' it 'should instantiate a new Engine when there are no default rules' it 'should return the same instance when one has already been accessed' end describe '.set_defaults' do it 'should yield the engine' it 'should save the engine when dirty after running the block' end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
torm-0.3.0 | test/torm_test.rb |
torm-0.2.1 | test/torm_test.rb |
torm-0.2.0 | test/torm_test.rb |
torm-0.1.0 | test/torm_test.rb |
torm-0.0.1 | test/torm_test.rb |