Sha256: b2e8d8e8fd4eec0d9bb8f3676effb05eeb6ed1ca1c569bd77d73a3aeb166ac7c

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 Bytes

Contents

require_relative '../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

4 entries across 4 versions & 1 rubygems

Version Path
tailor-1.0.1 spec/tailor/rulers_spec.rb
tailor-1.0.0 spec/tailor/rulers_spec.rb
tailor-1.0.0.alpha2 spec/tailor/rulers_spec.rb
tailor-1.0.0.alpha spec/tailor/rulers_spec.rb