Skip to content

Instantly share code, notes, and snippets.

@rakibulislam
Created August 12, 2015 15:54
Show Gist options
  • Save rakibulislam/8229166bd0ad33425294 to your computer and use it in GitHub Desktop.
Save rakibulislam/8229166bd0ad33425294 to your computer and use it in GitHub Desktop.
diff --git a/Gemfile b/Gemfile
index 91fe5bc..26f694c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,3 +45,5 @@ end
gem 'rails_admin'
+gem 'database_cleaner'
+
diff --git a/Gemfile.lock b/Gemfile.lock
index da1656e..a4f7988 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -50,6 +50,7 @@ GEM
execjs
coffee-script-source (1.9.1.1)
columnize (0.9.0)
+ database_cleaner (1.4.1)
debug_inspector (0.0.2)
erubis (2.7.0)
execjs (2.5.2)
@@ -172,6 +173,7 @@ PLATFORMS
DEPENDENCIES
byebug
coffee-rails (~> 4.1.0)
+ database_cleaner
jbuilder (~> 2.0)
jquery-rails
rails (= 4.2.3)
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment