CSC/ECE 517 Fall 2015 E1582 Create integration tests for the instructor interface using capybara and rspec
Intro
rspec
capybara
Capybara is a test tool for web application that simulates a real user to follow the scenarios of user stories.<ref>capybara on GitHub</ref> It could interact with app to receive pages, parse the HTML and submit forms as a user would.<ref>on YouTube</ref>
integration test
Testing
References
<references></references>