Sha256: 7abf7500c4c8b469ec8537aac2a2df7d05ee5717c806897c96d93c6cd3d68d63
Contents?: true
Size: 238 Bytes
Versions: 3
Compression:
Stored size: 238 Bytes
Contents
require 'spec_helper' require 'tailor/rulers' describe Tailor::Rulers do it 'requires all of its children' do # if it does one, it'll have done them all. subject.const_get('AllowCamelCaseMethodsRuler').should be_true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tailor-1.4.0 | spec/unit/tailor/rulers_spec.rb |
tailor-1.3.1 | spec/unit/tailor/rulers_spec.rb |
tailor-1.3.0 | spec/unit/tailor/rulers_spec.rb |