aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-12-25 17:41:40 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-12-25 17:41:40 +0100
commit83397f964d06c5aff991ccb81bf2bbe69b397a90 (patch)
treee985257b3aef73babad7277d3794ae4fd52a67cd /Gemfile
parentbad5fbd942de1d3a059587f595cac2aa50407b15 (diff)
downloadhmnoweb-83397f964d06c5aff991ccb81bf2bbe69b397a90.tar.gz
hmnoweb-83397f964d06c5aff991ccb81bf2bbe69b397a90.tar.bz2
hmnoweb-83397f964d06c5aff991ccb81bf2bbe69b397a90.zip
Setup for testing with spork and minitest.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f0c6fd4..d15a0c5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,8 @@ gem 'rails', '~> 3.2'
group :development, :test do
gem 'sqlite3'
gem 'lorem'
+ gem 'spork'
+ gem 'spork-testunit'
end
group :production do