Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amatsuda/teriyaki
Automatically imports *_path definitions from config/routes.rb for acceptance testing
https://github.com/amatsuda/teriyaki
Last synced: 4 days ago
JSON representation
Automatically imports *_path definitions from config/routes.rb for acceptance testing
- Host: GitHub
- URL: https://github.com/amatsuda/teriyaki
- Owner: amatsuda
- License: mit
- Created: 2010-09-14T12:17:12.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-22T03:34:42.000Z (almost 14 years ago)
- Last Synced: 2024-10-30T01:59:54.760Z (14 days ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Teriyaki
Require teriyaki gem in the Gemfile.
gem 'teriyaki', :group => :test
And bundle.
% bundle
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Send me a pull request.== Requirements
* Rails 3
* RSpec 2
* Steak or Cucumber== Usage
This will automatically add url_helper methods from config/routes.rb for the acceptance testing context.
No need to touch paths.rb anymore!
== Copyright
Copyright (c) 2010 Akira Matsuda. See LICENSE for details.