Skip to content

Commit

Permalink
Format spec output as a christmas tree
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 10, 2015
1 parent e884770 commit 3b983a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
--color
--require spec_helper
--require christmas_tree_formatter
--format ChristmasTreeFormatter
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ group :development, :test, :cucumber do
gem 'webmock', require: false
gem 'timecop'
gem 'simplecov'
gem 'christmas_tree_formatter'

# Javascript
gem 'konacha'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ GEM
chai-jquery-rails (2.0.0)
railties (>= 3.1)
sprockets
christmas_tree_formatter (0.1.0)
rspec-core (~> 3.0)
cliver (0.3.2)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
Expand Down Expand Up @@ -445,6 +447,7 @@ DEPENDENCIES
brakeman
bugsnag
chai-jquery-rails
christmas_tree_formatter
codeclimate-test-reporter
coffee-rails
coveralls
Expand Down

0 comments on commit 3b983a5

Please sign in to comment.