Sha256: 5cc3d46e9a1232576b4fab5eefd3828e8d51019c1c364409f6fcb513b7fa1fcc

Contents?: true

Size: 224 Bytes

Versions: 9

Compression:

Stored size: 224 Bytes

Contents

require 'spec_helper'
require 'date'
module Alf
  describe Heading do
  
    describe "when attributes on Foo domain" do
      subject{ Heading[{:date => Date}] }
      it_should_behave_like "A value"
    end
    
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
alf-core-0.15.0 spec/regression/heading/test_heading_with_date.rb
alf-core-0.14.0 spec/regression/heading/test_heading_with_date.rb
alf-core-0.13.1 spec/regression/heading/test_heading_with_date.rb
alf-core-0.13.0 spec/regression/heading/test_heading_with_date.rb
alf-0.12.2 spec/regression/heading/test_heading_with_date.rb
alf-0.12.1 spec/regression/heading/test_heading_with_date.rb
alf-0.12.0 spec/regression/heading/test_heading_with_date.rb
alf-0.11.1 spec/regression/heading/test_heading_with_date.rb
alf-0.11.0 spec/regression/heading/test_heading_with_date.rb