Sha256: b303076b1ee031183e0c5d20c994141b9f56d08a57d197d886c6831328528b14

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 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.
    expect(subject.const_get('AllowCamelCaseMethodsRuler')).to be_truthy
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tailor-1.4.1 spec/unit/tailor/rulers_spec.rb