Domino Example
March 4, 2011 ยท View on GitHub
Example for the gem Domino
Define Dominos
Here, I defined them in lib/dominos.rb
Cucumber
- In features/support/domino.rb I require "dominos"
- See features/index.feature and features/step_definitions/index_steps.rb
Test::Unit
- In test/test_helper.rb I require dominos and setup capybara for integration testing
- In test/integration/index_test.rb I use Domino to check the page.