spec/unit/tables/table_screen_spec.rb in ProMotion-1.2.1 vs spec/unit/tables/table_screen_spec.rb in ProMotion-2.0.0.rc1
- old
+ new
@@ -62,10 +62,10 @@
it "should be searchable" do
@screen.class.get_searchable.should == true
end
it "should create a search header" do
- @screen.table_view.tableHeaderView.should.be.kind_of UISearchBar
+ @screen.tableView.tableHeaderView.should.be.kind_of UISearchBar
end
end
describe "refresh functionality" do