Sha256: db958c6537a9fef82a58e3931a123a5d0e28d37fce7ce40fedc92f132b2d0c0a

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

describe "Walt::Asset" do
  describe ".new" do
    describe "with a UIView" do
      it "should work" do
        view = UIView.alloc.initWithFrame([[0,0,],[100,100]])
        a = Walt::Asset.new(view)
        a.view.should == view
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
walt-0.1.2 spec/asset_spec.rb
walt-0.1 spec/asset_spec.rb