# -*- encoding: utf-8 -*- # stub: spectie 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "spectie".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Kinderman".freeze] s.date = "2009-10-22" s.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".freeze s.email = "ryan@kinderman.net".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "initialize.rb".freeze, "lib/spectie.rb".freeze, "lib/spectie/configuration.rb".freeze, "lib/spectie/main.rb".freeze, "lib/spectie/rails.rb".freeze, "lib/spectie/rails_story_example_group.rb".freeze, "lib/spectie/selenium.rb".freeze, "lib/spectie/selenium/configuration.rb".freeze, "lib/spectie/selenium/story_example_group.rb".freeze, "lib/spectie/story_example_group_methods.rb".freeze, "rake_tasks/package.rake".freeze, "rake_tasks/publish.rake".freeze, "rake_tasks/spec.rake".freeze, "rake_tasks/utility.rake".freeze, "rdoc/classes/Spectie.html".freeze, "rdoc/classes/Spectie/Configuration.html".freeze, "rdoc/classes/Spectie/Configuration/ForScenarios.html".freeze, "rdoc/classes/Spectie/Configuration/Selenium.html".freeze, "rdoc/classes/Spectie/Main.html".freeze, "rdoc/classes/Spectie/RailsStoryExampleGroup.html".freeze, "rdoc/classes/Spectie/SeleniumStoryExampleGroup.html".freeze, "rdoc/classes/Spectie/StoryExampleGroupMethods.html".freeze, "rdoc/created.rid".freeze, "rdoc/files/README_rdoc.html".freeze, "rdoc/files/lib/spectie/configuration_rb.html".freeze, "rdoc/files/lib/spectie/main_rb.html".freeze, "rdoc/files/lib/spectie/rails_rb.html".freeze, "rdoc/files/lib/spectie/rails_story_example_group_rb.html".freeze, "rdoc/files/lib/spectie/selenium/configuration_rb.html".freeze, "rdoc/files/lib/spectie/selenium/story_example_group_rb.html".freeze, "rdoc/files/lib/spectie/selenium_rb.html".freeze, "rdoc/files/lib/spectie/story_example_group_methods_rb.html".freeze, "rdoc/files/lib/spectie_rb.html".freeze, "rdoc/fr_class_index.html".freeze, "rdoc/fr_file_index.html".freeze, "rdoc/fr_method_index.html".freeze, "rdoc/index.html".freeze, "rdoc/rdoc-style.css".freeze, "script/selenium_webapp".freeze, "script/spec".freeze, "spec/example_run_state_tracking.rb".freeze, "spec/selenium_config.rb".freeze, "spec/spec_helper.rb".freeze, "spec/spectie/rails_helper.rb".freeze, "spec/spectie/rails_story_example_group_spec.rb".freeze, "spec/spectie/selenium/configuration_spec.rb".freeze, "spec/spectie/selenium/spec_helper.rb".freeze, "spec/spectie/selenium/story_example_group_spec.rb".freeze, "spec/spectie/spec_helper.rb".freeze, "spec/spectie/story_example_group_methods_spec.rb".freeze, "spec/spectie_spec.rb".freeze, "spec/support/rails_app/controllers/application_controller.rb".freeze, "tags".freeze] s.homepage = "http://github.com/ryankinderman/spectie".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby integration testing framework written on top of RSpec.".freeze s.test_files = ["spec/spectie/rails_story_example_group_spec.rb".freeze, "spec/spectie/selenium/configuration_spec.rb".freeze, "spec/spectie/selenium/story_example_group_spec.rb".freeze, "spec/spectie/story_example_group_methods_spec.rb".freeze, "spec/spectie_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.2.7".freeze]) end