Files
ProMotion/spec/unit/image_view_title_screen.rb
2014-05-27 11:19:09 -07:00

10 lines
250 B
Ruby

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