spec/requests/tabulatrs_spec.rb in tabulatr-0.1.2 vs spec/requests/tabulatrs_spec.rb in tabulatr-0.1.3
- old
+ new
@@ -50,10 +50,10 @@
page.should_not have_button(Tabulatr::TABLE_OPTIONS[:reset_label])
end if CONTAINS_BUTTONS
it "contains column headers" do
visit index_simple_products_path
- ['Id','Title','Price','Active','Vendor Name','Tags Title','Tags Count'].each do |n|
+ ['Id','Title','Price','Active','Created At','Vendor Name','Tags Title','Tags Count'].each do |n|
page.should have_content(n)
end
end if CONTAINS_COLUMN_HEADERS
it "contains other elements" do