spec/select_spec.rb in cello-0.0.27 vs spec/select_spec.rb in cello-0.0.28
- old
+ new
@@ -5,12 +5,12 @@
describe "define_extras_for_select" do
before(:all) do
@page = Mock::Site::MockPage.new "foo"
end
it "Select an option method exists" do
- (@page.methods.map.include? :select_select).should be true
+ (@page.methods.map.include? :test_select_select).should be true
end
it "return the selected option method exists" do
- (@page.methods.map.include? :select_selected).should be true
+ (@page.methods.map.include? :test_select_selected).should be true
end
end
end