Add mocha for testing

This commit is contained in:
David Heinemeier Hansson
2023-02-03 13:48:34 +01:00
parent aed7425b42
commit ad26bce5a2
3 changed files with 6 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec
gem "debug"
gem "mocha"
gem "railties"