Front page
List of pages
Search
Recent changes
Help
Hello World from OSS Silicon Valley
HowTOUse/RubyOnRails/4.2/Capybara/2.7
List of Backups
View the
source
.
HowTOUse/RubyOnRails/4.2/Capybara/2.7 has been deleted.
1 (2016-06-16 (Thu) 22:26:41)
2 (2016-06-16 (Thu) 22:27:34)
Prerequisite
Install&Setup
HowToUse
Author
_
Prerequisite
Rails installation (You can refer
HowToUse/RubyOnRails/4.2
)
↑
_
Install&Setup
Step.1
Add Capybara in Gemfile
group :test do ... gem 'capybara' end
Step.2
Install Capybara
$ bundle install
↑
_
HowToUse
Step.1
Prepare Test Script
Step.2
Execute test.
$ rake test
↑
_
Author
S.Yatsuzuka