_ Prerequisite
_ Install&Setup
- Step.1
- Edit Gemfile.
group :development, :test do
gem 'rspec-rails'
end
- Step.2
- Install rspec-rails.
$ bundle install
_ HowToUse
- Step.1
- Generate spec files.
$ rails generate rspec:install
- Step.2
- Prepare spec file.
- Step.3
- Execute rspec.
$ rspec
_ Author
S.Yatsuzuka