Hello World from OSS Silicon Valley


HowToUse/RubyOnRails/4.2/RSpec/3.4


_ 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