Sha256: 72ba5ae51cd5ca221d2107f3c4b17765c1a8459a6030a07f043ee43b653e3d6b

Contents?: true

Size: 250 Bytes

Versions: 27

Compression:

Stored size: 250 Bytes

Contents

describe "ProMotion::Screen UIImageView title" do
  def controller
    @controller = ImageViewTitleScreen.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

27 entries across 27 versions & 1 rubygems

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