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