add byebug for debugging.

This commit is contained in:
Micah Geisel 2020-02-01 14:32:57 -08:00 committed by Micah Geisel
parent 557cfb8660
commit a750956708
4 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ tmp/*
.ruby-version
.vagrant
.idea/
.byebug_history

View file

@ -1,2 +1,3 @@
gemspec
gem "byebug"

View file

@ -32,6 +32,7 @@ GEM
bson_ext (1.12.5)
bson (~> 1.12.5)
builder (2.1.2)
byebug (10.0.2)
coderay (1.1.2)
couch_potato (1.3.0)
activemodel
@ -244,6 +245,7 @@ DEPENDENCIES
activerecord-mysql2-adapter
bson_ext
bundler
byebug
couch_potato
cucumber
database_cleaner!

View file

@ -1,5 +1,6 @@
require "bundler/setup"
require 'database_cleaner'
require "database_cleaner"
require "byebug"
RSpec.configure do |config|
# These two settings work together to allow you to limit a spec run