Skip to content

Commit

Permalink
added custom test formatter for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
micahbrich committed Jan 24, 2015
1 parent 2cc944c commit 78ed218
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -28,6 +28,7 @@ gem 'spring', group: :development

group :development, :test do
gem 'rspec-rails'
gem 'rspec_junit_formatter', :git => 'git@github.com:circleci/rspec_junit_formatter.git'
gem 'factory_girl_rails'
end

Expand Down
14 changes: 14 additions & 0 deletions Gemfile.lock
@@ -1,3 +1,12 @@
GIT
remote: git@github.com:circleci/rspec_junit_formatter.git
revision: 7b098c8ab2ac5e5f78190b51629ed6d67a9de4d1
specs:
rspec_junit_formatter (0.2.0)
builder (< 4)
rspec (>= 2, < 4)
rspec-core (!= 2.12.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -81,6 +90,10 @@ GEM
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
Expand Down Expand Up @@ -139,6 +152,7 @@ DEPENDENCIES
pg
rails (= 4.1.7)
rspec-rails
rspec_junit_formatter!
sass-rails (~> 4.0.3)
sdoc (~> 0.4.0)
spring
Expand Down

0 comments on commit 78ed218

Please sign in to comment.