Sha256: 61869dbe5646fd279d9f9c63b3d20217f0385cfb951bd243ab7816c3387d0fd7
Contents?: true
Size: 482 Bytes
Versions: 3
Compression:
Stored size: 482 Bytes
Contents
require "mock/page" require File.dirname(__FILE__) + "/spec_helper" describe Cello::PageObjects::SelectHelper do 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 end it "return the selected option method exists" do (@page.methods.map.include? :select_selected).should be true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cello-0.0.27 | spec/select_spec.rb |
cello-0.0.26 | spec/select_spec.rb |
cello-0.0.25 | spec/select_spec.rb |