summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-11-01 12:57:55 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-11-01 13:39:38 +0100
commita06e5e7eb90206844fb21b317f1f923a527b3087 (patch)
tree77f6fad44cb7526156ec41c1d273b85ba959e2fc /Gemfile
parent8dbc492863564ea93b9422a5fc791c63a329153a (diff)
downloadnorsk-urskog-registrations-a06e5e7eb90206844fb21b317f1f923a527b3087.tar.gz
norsk-urskog-registrations-a06e5e7eb90206844fb21b317f1f923a527b3087.tar.bz2
norsk-urskog-registrations-a06e5e7eb90206844fb21b317f1f923a527b3087.zip
Use mailcatcher to test emails during development.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 519fcbb..28417ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,6 +12,7 @@ group :development, :test do
gem "rack-test"
gem "capybara"
gem "selenium-webdriver"
+ gem "mailcatcher"
end
group :development do