Sha256: 3e0e1ef6c9c88a109b0cfd84b6944fe7a1cf6b80abf710e825366928e180c89f

Contents?: true

Size: 242 Bytes

Versions: 6

Compression:

Stored size: 242 Bytes

Contents

describe "ProMotion::Screen UIImage title" do
  def controller
    @controller = ImageTitleScreen.new(nav_bar: true)
  end

  it "should allow an image title" do
    controller.navigationItem.titleView.should.be.kind_of UIImageView
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ProMotion-2.0.0 spec/unit/image_title_screen.rb
ProMotion-2.0.0.rc5 spec/unit/image_title_screen.rb
ProMotion-2.0.0.rc4 spec/unit/image_title_screen.rb
ProMotion-2.0.0.rc3 spec/unit/image_title_screen.rb
ProMotion-2.0.0.rc2 spec/unit/image_title_screen.rb
ProMotion-2.0.0.rc1 spec/unit/image_title_screen.rb