Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

ngauthier/domino_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domino Example

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.