# -*- encoding: utf-8 -*- # stub: routespec 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "routespec".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["So Awesome Man".freeze] s.date = "2011-12-28" s.description = "RSpec test writing automation for request testing routes exposed in config/routes.rb".freeze s.email = ["callme@1800AWESO.ME".freeze] s.executables = ["routespec".freeze] s.files = ["README.txt".freeze, "Rakefile".freeze, "bin/routespec".freeze, "lib/routespec.rb".freeze, "lib/routespec/builder.rb".freeze, "lib/routespec/dyr.rb".freeze, "lib/routespec/fyle.rb".freeze, "lib/routespec/parser.rb".freeze, "lib/routespec/railtie.rb".freeze, "lib/routespec/routespec/requests/.gitkeep".freeze, "lib/routespec/routespec/support/.gitkeep".freeze, "lib/routespec/routespec/templates/default_spec.erb".freeze, "lib/routespec/tasks.rb".freeze, "lib/routespec/tasks/routespec.rake".freeze, "lib/routespec/template_vars.rb".freeze, "lib/routespec/version.rb".freeze, "test/files/awesome.yml".freeze, "test/files/response_code_vcr_spec.erb".freeze, "test/files/routes.txt".freeze, "test/files/routes.yml".freeze, "test/files/routes_hash.rb".freeze, "test/files/routes_hash_2.rb".freeze, "test/files/routes_hash_3.rb".freeze, "test/files/tasks_routes.txt".freeze, "test/files/template_spec.erb".freeze, "test/files/unclean.txt".freeze, "test/rails311/Gemfile".freeze, "test/rails311/Gemfile.lock".freeze, "test/rails311/README".freeze, "test/rails311/Rakefile".freeze, "test/rails311/app/assets/images/rails.png".freeze, "test/rails311/app/assets/javascripts/application.js".freeze, "test/rails311/app/assets/javascripts/beers.js".freeze, "test/rails311/app/assets/javascripts/chips.js".freeze, "test/rails311/app/assets/javascripts/sports.js".freeze, "test/rails311/app/assets/stylesheets/application.css".freeze, "test/rails311/app/assets/stylesheets/beers.css".freeze, "test/rails311/app/assets/stylesheets/chips.css".freeze, "test/rails311/app/assets/stylesheets/scaffold.css".freeze, "test/rails311/app/assets/stylesheets/sports.css".freeze, "test/rails311/app/controllers/application_controller.rb".freeze, "test/rails311/app/controllers/beers_controller.rb".freeze, "test/rails311/app/controllers/chips_controller.rb".freeze, "test/rails311/app/controllers/sports_controller.rb".freeze, "test/rails311/app/helpers/application_helper.rb".freeze, "test/rails311/app/helpers/beers_helper.rb".freeze, "test/rails311/app/helpers/chips_helper.rb".freeze, "test/rails311/app/helpers/sports_helper.rb".freeze, "test/rails311/app/models/beer.rb".freeze, "test/rails311/app/models/chip.rb".freeze, "test/rails311/app/models/sport.rb".freeze, "test/rails311/app/views/beers/_form.html.erb".freeze, "test/rails311/app/views/beers/edit.html.erb".freeze, "test/rails311/app/views/beers/index.html.erb".freeze, "test/rails311/app/views/beers/new.html.erb".freeze, "test/rails311/app/views/beers/show.html.erb".freeze, "test/rails311/app/views/chips/_form.html.erb".freeze, "test/rails311/app/views/chips/edit.html.erb".freeze, "test/rails311/app/views/chips/index.html.erb".freeze, "test/rails311/app/views/chips/new.html.erb".freeze, "test/rails311/app/views/chips/show.html.erb".freeze, "test/rails311/app/views/layouts/application.html.erb".freeze, "test/rails311/app/views/sports/_form.html.erb".freeze, "test/rails311/app/views/sports/edit.html.erb".freeze, "test/rails311/app/views/sports/index.html.erb".freeze, "test/rails311/app/views/sports/new.html.erb".freeze, "test/rails311/app/views/sports/show.html.erb".freeze, "test/rails311/config.ru".freeze, "test/rails311/config/application.rb".freeze, "test/rails311/config/boot.rb".freeze, "test/rails311/config/database.yml".freeze, "test/rails311/config/environment.rb".freeze, "test/rails311/config/environments/development.rb".freeze, "test/rails311/config/environments/production.rb".freeze, "test/rails311/config/environments/test.rb".freeze, "test/rails311/config/initializers/backtrace_silencers.rb".freeze, "test/rails311/config/initializers/inflections.rb".freeze, "test/rails311/config/initializers/mime_types.rb".freeze, "test/rails311/config/initializers/secret_token.rb".freeze, "test/rails311/config/initializers/session_store.rb".freeze, "test/rails311/config/initializers/wrap_parameters.rb".freeze, "test/rails311/config/locales/en.yml".freeze, "test/rails311/config/routes.rb".freeze, "test/rails311/db/development.sqlite3".freeze, "test/rails311/db/migrate/20111227222038_create_beers.rb".freeze, "test/rails311/db/migrate/20111227222056_create_chips.rb".freeze, "test/rails311/db/migrate/20111227222113_create_sports.rb".freeze, "test/rails311/db/schema.rb".freeze, "test/rails311/db/seeds.rb".freeze, "test/rails311/db/test.sqlite3".freeze, "test/rails311/doc/README_FOR_APP".freeze, "test/rails311/log/development.log".freeze, "test/rails311/log/test.log".freeze, "test/rails311/public/404.html".freeze, "test/rails311/public/422.html".freeze, "test/rails311/public/500.html".freeze, "test/rails311/public/favicon.ico".freeze, "test/rails311/public/index.html".freeze, "test/rails311/public/robots.txt".freeze, "test/rails311/script/rails".freeze, "test/rails311/spec/routespec/requests/beers/beers_spec.rb".freeze, "test/rails311/spec/routespec/requests/chips/chips_spec.rb".freeze, "test/rails311/spec/routespec/requests/sports/sports_spec.rb".freeze, "test/rails311/spec/routespec/support/routes.txt".freeze, "test/rails311/spec/routespec/support/routes.yml".freeze, "test/rails311/spec/routespec/templates/default_spec.erb".freeze, "test/rails311/test/fixtures/beers.yml".freeze, "test/rails311/test/fixtures/chips.yml".freeze, "test/rails311/test/fixtures/sports.yml".freeze, "test/rails311/test/functional/beers_controller_test.rb".freeze, "test/rails311/test/functional/chips_controller_test.rb".freeze, "test/rails311/test/functional/sports_controller_test.rb".freeze, "test/rails311/test/performance/browsing_test.rb".freeze, "test/rails311/test/test_helper.rb".freeze, "test/rails311/test/unit/beer_test.rb".freeze, "test/rails311/test/unit/chip_test.rb".freeze, "test/rails311/test/unit/helpers/beers_helper_test.rb".freeze, "test/rails311/test/unit/helpers/chips_helper_test.rb".freeze, "test/rails311/test/unit/helpers/sports_helper_test.rb".freeze, "test/rails311/test/unit/sport_test.rb".freeze, "test/rails311/vendor/cache/actionmailer-3.1.1.gem".freeze, "test/rails311/vendor/cache/actionpack-3.1.1.gem".freeze, "test/rails311/vendor/cache/activemodel-3.1.1.gem".freeze, "test/rails311/vendor/cache/activerecord-3.1.1.gem".freeze, "test/rails311/vendor/cache/activeresource-3.1.1.gem".freeze, "test/rails311/vendor/cache/activesupport-3.1.1.gem".freeze, "test/rails311/vendor/cache/arel-2.2.1.gem".freeze, "test/rails311/vendor/cache/builder-3.0.0.gem".freeze, "test/rails311/vendor/cache/erubis-2.7.0.gem".freeze, "test/rails311/vendor/cache/hike-1.2.1.gem".freeze, "test/rails311/vendor/cache/i18n-0.6.0.gem".freeze, "test/rails311/vendor/cache/json-1.6.4.gem".freeze, "test/rails311/vendor/cache/mail-2.3.0.gem".freeze, "test/rails311/vendor/cache/mime-types-1.17.2.gem".freeze, "test/rails311/vendor/cache/multi_json-1.0.4.gem".freeze, "test/rails311/vendor/cache/polyglot-0.3.3.gem".freeze, "test/rails311/vendor/cache/rack-1.3.5.gem".freeze, "test/rails311/vendor/cache/rack-cache-1.1.gem".freeze, "test/rails311/vendor/cache/rack-mount-0.8.3.gem".freeze, "test/rails311/vendor/cache/rack-ssl-1.3.2.gem".freeze, "test/rails311/vendor/cache/rack-test-0.6.1.gem".freeze, "test/rails311/vendor/cache/rails-3.1.1.gem".freeze, "test/rails311/vendor/cache/railties-3.1.1.gem".freeze, "test/rails311/vendor/cache/rake-0.9.2.2.gem".freeze, "test/rails311/vendor/cache/rdoc-3.12.gem".freeze, "test/rails311/vendor/cache/sprockets-2.0.3.gem".freeze, "test/rails311/vendor/cache/sqlite3-1.3.5.gem".freeze, "test/rails311/vendor/cache/thor-0.14.6.gem".freeze, "test/rails311/vendor/cache/tilt-1.3.3.gem".freeze, "test/rails311/vendor/cache/treetop-1.4.10.gem".freeze, "test/rails311/vendor/cache/tzinfo-0.3.31.gem".freeze, "test/sandbox/awsome.txt".freeze, "test/sandbox/cerveja/muito_legal/cool/cool_spec.rb".freeze, "test/sandbox/cerveja/rad/rad_spec.rb".freeze, "test/sandbox/cool.txt".freeze, "test/sandbox/rails_root/routespec/templates/default_spec.erb".freeze, "test/sandbox/requests/dynamic/dynamic_spec.rb".freeze, "test/sandbox/requests/errors/errors_spec.rb".freeze, "test/sandbox/requests/info_panel/info_panel_spec.rb".freeze, "test/sandbox/requests/legacy/legacy_spec.rb".freeze, "test/sandbox/requests2/dynamic/dynamic_spec.rb".freeze, "test/sandbox/requests2/errors/errors_spec.rb".freeze, "test/sandbox/requests2/info_panel/info_panel_spec.rb".freeze, "test/sandbox/requests2/legacy/legacy_spec.rb".freeze, "test/sandbox/routes.txt".freeze, "test/sandbox/routes.yml".freeze, "test/sandbox/seu_jorge.yml".freeze, "test/test_builder.rb".freeze, "test/test_config.rb".freeze, "test/test_dyr.rb".freeze, "test/test_fyle.rb".freeze, "test/test_parser.rb".freeze, "test/test_rails311.rb".freeze, "test/test_routespec.rb".freeze, "test/test_tasks.rb".freeze, "test/test_template_vars.rb".freeze] s.homepage = "http://www.windermeresolutions.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Programmatically writing tests for more preciseness seems like a good idea!".freeze s.test_files = ["test/files/awesome.yml".freeze, "test/files/response_code_vcr_spec.erb".freeze, "test/files/routes.txt".freeze, "test/files/routes.yml".freeze, "test/files/routes_hash.rb".freeze, "test/files/routes_hash_2.rb".freeze, "test/files/routes_hash_3.rb".freeze, "test/files/tasks_routes.txt".freeze, "test/files/template_spec.erb".freeze, "test/files/unclean.txt".freeze, "test/rails311/app/assets/images/rails.png".freeze, "test/rails311/app/assets/javascripts/application.js".freeze, "test/rails311/app/assets/javascripts/beers.js".freeze, "test/rails311/app/assets/javascripts/chips.js".freeze, "test/rails311/app/assets/javascripts/sports.js".freeze, "test/rails311/app/assets/stylesheets/application.css".freeze, "test/rails311/app/assets/stylesheets/beers.css".freeze, "test/rails311/app/assets/stylesheets/chips.css".freeze, "test/rails311/app/assets/stylesheets/scaffold.css".freeze, "test/rails311/app/assets/stylesheets/sports.css".freeze, "test/rails311/app/controllers/application_controller.rb".freeze, "test/rails311/app/controllers/beers_controller.rb".freeze, "test/rails311/app/controllers/chips_controller.rb".freeze, "test/rails311/app/controllers/sports_controller.rb".freeze, "test/rails311/app/helpers/application_helper.rb".freeze, "test/rails311/app/helpers/beers_helper.rb".freeze, "test/rails311/app/helpers/chips_helper.rb".freeze, "test/rails311/app/helpers/sports_helper.rb".freeze, "test/rails311/app/models/beer.rb".freeze, "test/rails311/app/models/chip.rb".freeze, "test/rails311/app/models/sport.rb".freeze, "test/rails311/app/views/beers/_form.html.erb".freeze, "test/rails311/app/views/beers/edit.html.erb".freeze, "test/rails311/app/views/beers/index.html.erb".freeze, "test/rails311/app/views/beers/new.html.erb".freeze, "test/rails311/app/views/beers/show.html.erb".freeze, "test/rails311/app/views/chips/_form.html.erb".freeze, "test/rails311/app/views/chips/edit.html.erb".freeze, "test/rails311/app/views/chips/index.html.erb".freeze, "test/rails311/app/views/chips/new.html.erb".freeze, "test/rails311/app/views/chips/show.html.erb".freeze, "test/rails311/app/views/layouts/application.html.erb".freeze, "test/rails311/app/views/sports/_form.html.erb".freeze, "test/rails311/app/views/sports/edit.html.erb".freeze, "test/rails311/app/views/sports/index.html.erb".freeze, "test/rails311/app/views/sports/new.html.erb".freeze, "test/rails311/app/views/sports/show.html.erb".freeze, "test/rails311/config/application.rb".freeze, "test/rails311/config/boot.rb".freeze, "test/rails311/config/database.yml".freeze, "test/rails311/config/environment.rb".freeze, "test/rails311/config/environments/development.rb".freeze, "test/rails311/config/environments/production.rb".freeze, "test/rails311/config/environments/test.rb".freeze, "test/rails311/config/initializers/backtrace_silencers.rb".freeze, "test/rails311/config/initializers/inflections.rb".freeze, "test/rails311/config/initializers/mime_types.rb".freeze, "test/rails311/config/initializers/secret_token.rb".freeze, "test/rails311/config/initializers/session_store.rb".freeze, "test/rails311/config/initializers/wrap_parameters.rb".freeze, "test/rails311/config/locales/en.yml".freeze, "test/rails311/config/routes.rb".freeze, "test/rails311/config.ru".freeze, "test/rails311/db/development.sqlite3".freeze, "test/rails311/db/migrate/20111227222038_create_beers.rb".freeze, "test/rails311/db/migrate/20111227222056_create_chips.rb".freeze, "test/rails311/db/migrate/20111227222113_create_sports.rb".freeze, "test/rails311/db/schema.rb".freeze, "test/rails311/db/seeds.rb".freeze, "test/rails311/db/test.sqlite3".freeze, "test/rails311/doc/README_FOR_APP".freeze, "test/rails311/Gemfile".freeze, "test/rails311/Gemfile.lock".freeze, "test/rails311/log/development.log".freeze, "test/rails311/log/test.log".freeze, "test/rails311/public/404.html".freeze, "test/rails311/public/422.html".freeze, "test/rails311/public/500.html".freeze, "test/rails311/public/favicon.ico".freeze, "test/rails311/public/index.html".freeze, "test/rails311/public/robots.txt".freeze, "test/rails311/Rakefile".freeze, "test/rails311/README".freeze, "test/rails311/script/rails".freeze, "test/rails311/spec/routespec/requests/beers/beers_spec.rb".freeze, "test/rails311/spec/routespec/requests/chips/chips_spec.rb".freeze, "test/rails311/spec/routespec/requests/sports/sports_spec.rb".freeze, "test/rails311/spec/routespec/support/routes.txt".freeze, "test/rails311/spec/routespec/support/routes.yml".freeze, "test/rails311/spec/routespec/templates/default_spec.erb".freeze, "test/rails311/test/fixtures/beers.yml".freeze, "test/rails311/test/fixtures/chips.yml".freeze, "test/rails311/test/fixtures/sports.yml".freeze, "test/rails311/test/functional/beers_controller_test.rb".freeze, "test/rails311/test/functional/chips_controller_test.rb".freeze, "test/rails311/test/functional/sports_controller_test.rb".freeze, "test/rails311/test/performance/browsing_test.rb".freeze, "test/rails311/test/test_helper.rb".freeze, "test/rails311/test/unit/beer_test.rb".freeze, "test/rails311/test/unit/chip_test.rb".freeze, "test/rails311/test/unit/helpers/beers_helper_test.rb".freeze, "test/rails311/test/unit/helpers/chips_helper_test.rb".freeze, "test/rails311/test/unit/helpers/sports_helper_test.rb".freeze, "test/rails311/test/unit/sport_test.rb".freeze, "test/rails311/vendor/cache/actionmailer-3.1.1.gem".freeze, "test/rails311/vendor/cache/actionpack-3.1.1.gem".freeze, "test/rails311/vendor/cache/activemodel-3.1.1.gem".freeze, "test/rails311/vendor/cache/activerecord-3.1.1.gem".freeze, "test/rails311/vendor/cache/activeresource-3.1.1.gem".freeze, "test/rails311/vendor/cache/activesupport-3.1.1.gem".freeze, "test/rails311/vendor/cache/arel-2.2.1.gem".freeze, "test/rails311/vendor/cache/builder-3.0.0.gem".freeze, "test/rails311/vendor/cache/erubis-2.7.0.gem".freeze, "test/rails311/vendor/cache/hike-1.2.1.gem".freeze, "test/rails311/vendor/cache/i18n-0.6.0.gem".freeze, "test/rails311/vendor/cache/json-1.6.4.gem".freeze, "test/rails311/vendor/cache/mail-2.3.0.gem".freeze, "test/rails311/vendor/cache/mime-types-1.17.2.gem".freeze, "test/rails311/vendor/cache/multi_json-1.0.4.gem".freeze, "test/rails311/vendor/cache/polyglot-0.3.3.gem".freeze, "test/rails311/vendor/cache/rack-1.3.5.gem".freeze, "test/rails311/vendor/cache/rack-cache-1.1.gem".freeze, "test/rails311/vendor/cache/rack-mount-0.8.3.gem".freeze, "test/rails311/vendor/cache/rack-ssl-1.3.2.gem".freeze, "test/rails311/vendor/cache/rack-test-0.6.1.gem".freeze, "test/rails311/vendor/cache/rails-3.1.1.gem".freeze, "test/rails311/vendor/cache/railties-3.1.1.gem".freeze, "test/rails311/vendor/cache/rake-0.9.2.2.gem".freeze, "test/rails311/vendor/cache/rdoc-3.12.gem".freeze, "test/rails311/vendor/cache/sprockets-2.0.3.gem".freeze, "test/rails311/vendor/cache/sqlite3-1.3.5.gem".freeze, "test/rails311/vendor/cache/thor-0.14.6.gem".freeze, "test/rails311/vendor/cache/tilt-1.3.3.gem".freeze, "test/rails311/vendor/cache/treetop-1.4.10.gem".freeze, "test/rails311/vendor/cache/tzinfo-0.3.31.gem".freeze, "test/sandbox/awsome.txt".freeze, "test/sandbox/cerveja/muito_legal/cool/cool_spec.rb".freeze, "test/sandbox/cerveja/rad/rad_spec.rb".freeze, "test/sandbox/cool.txt".freeze, "test/sandbox/rails_root/routespec/templates/default_spec.erb".freeze, "test/sandbox/requests/dynamic/dynamic_spec.rb".freeze, "test/sandbox/requests/errors/errors_spec.rb".freeze, "test/sandbox/requests/info_panel/info_panel_spec.rb".freeze, "test/sandbox/requests/legacy/legacy_spec.rb".freeze, "test/sandbox/requests2/dynamic/dynamic_spec.rb".freeze, "test/sandbox/requests2/errors/errors_spec.rb".freeze, "test/sandbox/requests2/info_panel/info_panel_spec.rb".freeze, "test/sandbox/requests2/legacy/legacy_spec.rb".freeze, "test/sandbox/routes.txt".freeze, "test/sandbox/routes.yml".freeze, "test/sandbox/seu_jorge.yml".freeze, "test/test_builder.rb".freeze, "test/test_config.rb".freeze, "test/test_dyr.rb".freeze, "test/test_fyle.rb".freeze, "test/test_parser.rb".freeze, "test/test_rails311.rb".freeze, "test/test_routespec.rb".freeze, "test/test_tasks.rb".freeze, "test/test_template_vars.rb".freeze] end