https://github.com/fetch/rspec-templates
Customized RSpec templates to support Rails 5
https://github.com/fetch/rspec-templates
Last synced: 9 months ago
JSON representation
Customized RSpec templates to support Rails 5
- Host: GitHub
- URL: https://github.com/fetch/rspec-templates
- Owner: fetch
- Created: 2016-04-15T09:09:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T10:08:30.000Z (almost 10 years ago)
- Last Synced: 2025-06-01T15:52:43.622Z (10 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSpec templates with Rails 5 support
Differentiate between regular and api-only applications, and make some deprecation warnings disappear.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rspec_templates', github: 'fetch/rspec-templates'
```
And then execute:
$ bundle