julioprotzek / iddd_ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code from the book Implementing Domain Driven Design translated to Ruby

Original code: https://github.com/VaughnVernon/IDDD_Samples

Tests

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

About


Languages

Language:Ruby 100.0%