Hello World from OSS Silicon Valley


HowTOUse/RubyOnRails/4.2/Capybara/2.7


  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
#contents

*Prerequisite [#r0d667db]
-xxx installation (You can refer [[Overall/xxx]])

*Install&Setup [#k3467623]
:Step.1|
Add Capybara in Gemfile

 group :test do
  ...
  gem 'capybara'
 end

:Step.2|
Install Capybara

 $ bundle install


*HowToUse [#d2c7d470]
:Step.1|
Prepare Test Script

:Step.2|
Execute test.

 $ rake test

*Author [#r862eea3]
S.Yatsuzuka