Sha256: 2487a8e2ee2422ae03a8d8087bc679c6647948e6f22fb4d870acfc3101d0321c

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

module FoundationMacro

  def should_be_child_of_foundation
    it "should be a child of Quicken::Foundation" do
      klass = described_class
      klass.ancestors.should include(Quicken::Foundation)
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quicken-0.0.3 spec/support/macros/foundation_macro.rb
quicken-0.0.2 spec/support/macros/foundation_macro.rb
quicken-0.0.1 spec/support/macros/foundation_macro.rb