Add byebug for debugging purposes.

This commit is contained in:
Parker Moore 2016-01-15 11:23:09 -08:00
parent 5d79c55b2c
commit 207fcbdef7
2 changed files with 18 additions and 16 deletions

33
.gitignore vendored
View File

@ -1,21 +1,22 @@
Gemfile.lock
test/dest
*.gem
pkg/
*.swp
*~
_site/
.bundle/
.DS_Store
bbin/
gh-pages/
site/_site/
coverage
.ruby-version
.ruby-gemset
.sass-cache
tmp/*
.jekyll-metadata
/vendor
/test/source/file_name.txt
.analysis
.bundle/
.byebug_history
.jekyll-metadata
.ruby-gemset
.ruby-version
.sass-cache
/test/source/file_name.txt
/vendor
Gemfile.lock
_site/
bbin/
coverage
gh-pages/
pkg/
site/_site/
test/dest
tmp/*

View File

@ -18,6 +18,7 @@ group :test do
gem "rspec-mocks"
gem "nokogiri"
gem "rspec"
gem "byebug"
end
#