Original code: https://github.com/VaughnVernon/IDDD_Samples
To run all tests
rake
# or
rake test
To run a specific file
m test/common/domain_event_publisher_test.rb
To run a specific line on a file
m test/common/domain_event_publisher_test.rb:49