Sha256: bf415ba1d419ce76133c18105eccbeaf71ee05f432d915187cd47fc4e19126a7

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

describe Momentum::Delegate do

  before { @delegate = GeneralMockDelegate.new }

  it "starts with an empty data hash" do
    @delegate.data.class.should == Hash
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-momentum-0.1.3 spec/motion-momentum/delegate/delegate_spec.rb
motion-momentum-0.1.2 spec/motion-momentum/delegate/delegate_spec.rb
motion-momentum-0.1.1 spec/motion-momentum/delegate/delegate_spec.rb
motion-momentum-0.1.0 spec/motion-momentum/delegate/delegate_spec.rb