--- !ruby/object:Gem::Specification 
name: spectie
version: !ruby/object:Gem::Version 
  version: 0.0.3
platform: ruby
authors: 
- Ryan Kinderman
autorequire: 
bindir: bin
cert_chain: []

date: 2009-10-22 00:00:00 -05:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  type: :runtime
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 1.2.7
    version: 
description: "        Spectie (rhymes with \"necktie\") is a pure Ruby acceptance testing framework for RSpec. \n        The philosophy of Spectie is that, since the business stakeholders on most projects\n        don't care about exactly how you test, you're free to write the acceptance tests on\n        a project how *you*, the developer, need to in order to ensure that the implementation\n        is correct, easily understood, and maintainable. Furthermore, since you're a developer, \n        the easiest, most straight-forward and maintainable way for you to write your tests is\n        by using the highly expressive language that you're already coding in for the project;\n        that's Ruby, baby!\n"
email: ryan@kinderman.net
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE
- README.rdoc
files: 
- LICENSE
- README.rdoc
- Rakefile
- VERSION.yml
- initialize.rb
- lib/spectie.rb
- lib/spectie/configuration.rb
- lib/spectie/main.rb
- lib/spectie/rails.rb
- lib/spectie/rails_story_example_group.rb
- lib/spectie/selenium.rb
- lib/spectie/selenium/configuration.rb
- lib/spectie/selenium/story_example_group.rb
- lib/spectie/story_example_group_methods.rb
- rake_tasks/package.rake
- rake_tasks/publish.rake
- rake_tasks/spec.rake
- rake_tasks/utility.rake
- rdoc/classes/Spectie.html
- rdoc/classes/Spectie/Configuration.html
- rdoc/classes/Spectie/Configuration/ForScenarios.html
- rdoc/classes/Spectie/Configuration/Selenium.html
- rdoc/classes/Spectie/Main.html
- rdoc/classes/Spectie/RailsStoryExampleGroup.html
- rdoc/classes/Spectie/SeleniumStoryExampleGroup.html
- rdoc/classes/Spectie/StoryExampleGroupMethods.html
- rdoc/created.rid
- rdoc/files/README_rdoc.html
- rdoc/files/lib/spectie/configuration_rb.html
- rdoc/files/lib/spectie/main_rb.html
- rdoc/files/lib/spectie/rails_rb.html
- rdoc/files/lib/spectie/rails_story_example_group_rb.html
- rdoc/files/lib/spectie/selenium/configuration_rb.html
- rdoc/files/lib/spectie/selenium/story_example_group_rb.html
- rdoc/files/lib/spectie/selenium_rb.html
- rdoc/files/lib/spectie/story_example_group_methods_rb.html
- rdoc/files/lib/spectie_rb.html
- rdoc/fr_class_index.html
- rdoc/fr_file_index.html
- rdoc/fr_method_index.html
- rdoc/index.html
- rdoc/rdoc-style.css
- script/selenium_webapp
- script/spec
- spec/example_run_state_tracking.rb
- spec/selenium_config.rb
- spec/spec_helper.rb
- spec/spectie/rails_helper.rb
- spec/spectie/rails_story_example_group_spec.rb
- spec/spectie/selenium/configuration_spec.rb
- spec/spectie/selenium/spec_helper.rb
- spec/spectie/selenium/story_example_group_spec.rb
- spec/spectie/spec_helper.rb
- spec/spectie/story_example_group_methods_spec.rb
- spec/spectie_spec.rb
- spec/support/rails_app/controllers/application_controller.rb
- tags
has_rdoc: true
homepage: http://github.com/ryankinderman/spectie
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: 1.8.6
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: kinderman
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
summary: A Ruby integration testing framework written on top of RSpec.
test_files: 
- spec/spectie/rails_story_example_group_spec.rb
- spec/spectie/selenium/configuration_spec.rb
- spec/spectie/selenium/story_example_group_spec.rb
- spec/spectie/story_example_group_methods_spec.rb
- spec/spectie_spec.rb