Last active
August 29, 2015 14:03
-
-
Save tdouce/0d40c31b3cd6a082566d to your computer and use it in GitHub Desktop.
Part of 'Testing Rails Service Oriented Architecture'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gemfile | |
group :test do | |
gem 'database_cleaner' | |
gem 'factory_girl_rails' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment