File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ group :test do
36
36
gem 'cucumber-rails' , '~> 1.4.3' , require : false
37
37
gem 'capybara-webkit' , '~> 1.11.1'
38
38
gem 'poltergeist' , '~> 1.9.0'
39
+ gem 'database_cleaner'
39
40
end
40
41
41
42
group :development , :test do
Original file line number Diff line number Diff line change 82
82
nokogiri (~> 1.5 )
83
83
railties (>= 3 , < 5 )
84
84
cucumber-wire (0.0.1 )
85
+ database_cleaner (1.4.1 )
85
86
debug_inspector (0.0.2 )
86
87
diff-lcs (1.2.5 )
87
88
erubis (2.7.0 )
@@ -200,6 +201,7 @@ DEPENDENCIES
200
201
capybara-webkit (~> 1.11.1 )
201
202
coffee-rails (~> 4.1.0 )
202
203
cucumber-rails (~> 1.4.3 )
204
+ database_cleaner
203
205
es6-rails
204
206
jbuilder (~> 2.0 )
205
207
jquery-rails
Original file line number Diff line number Diff line change
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended that you check this file into your version control system.
13
+
14
+ ActiveRecord ::Schema . define ( version : 0 ) do
15
+
16
+ end
You can’t perform that action at this time.
0 commit comments