--- !ruby/object:Gem::Specification name: cello version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 0 - 12 version: 0.0.12 platform: ruby authors: - Camilo Ribeiro autorequire: bindir: bin cert_chain: [] date: 2012-05-29 00:00:00 -03:00 default_executable: cello dependencies: - !ruby/object:Gem::Dependency name: cucumber prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: cucumber prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: watir-webdriver prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: selenium-webdriver prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id005 description: Cello is a framework that allows automate acceptance tests using page-object email: - cribeiro@thoughtworks.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - Gemfile - LICENCE - README.md - Rakefile - cello.gemspec - examples/bugbang/flows/search.feature - examples/bugbang/flows/step_definitions/search.rb - examples/bugbang/flows/support/env.rb - examples/bugbang/pages/home.rb - features/access_element.feature - features/checkbox.feature - features/choose_browser.feature - features/element.feature - features/fire_event.feature - features/get_html_atributes.feature - features/pages/input_fields.rb - features/site/inputs.html - features/step_definitions/access_element.rb - features/step_definitions/checkbox.rb - features/step_definitions/common_steps.rb - features/step_definitions/element.rb - features/step_definitions/textarea.rb - features/step_definitions/textfield.rb - features/support/env.rb - features/textarea.feature - features/textfield.feature - lib/cello.rb - lib/cello/Checkbox_helper.rb - lib/cello/button_helper.rb - lib/cello/config/cucumber_config.rb - lib/cello/div_helper.rb - lib/cello/element_helper.rb - lib/cello/hidden_helper.rb - lib/cello/link_helper.rb - lib/cello/page.rb - lib/cello/radio_helper.rb - lib/cello/select_helper.rb - lib/cello/span_helper.rb - lib/cello/textarea_helper.rb - lib/cello/textfield_helper.rb - lib/cello/version.rb - spec/checkbox_spec.rb has_rdoc: true homepage: http://github.com/camiloribeiro/cello licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: cello rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Fast and simple Page-Object with BDD test_files: - features/access_element.feature - features/checkbox.feature - features/choose_browser.feature - features/element.feature - features/fire_event.feature - features/get_html_atributes.feature - features/pages/input_fields.rb - features/site/inputs.html - features/step_definitions/access_element.rb - features/step_definitions/checkbox.rb - features/step_definitions/common_steps.rb - features/step_definitions/element.rb - features/step_definitions/textarea.rb - features/step_definitions/textfield.rb - features/support/env.rb - features/textarea.feature - features/textfield.feature - spec/checkbox_spec.rb