Skip to content

Commit c590b78

Browse files
committed
Add JSON dumper support in CI
1 parent f70aa30 commit c590b78

6 files changed

Lines changed: 3 additions & 2 deletions

File tree

chatops_controller.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ Gem::Specification.new do |s|
2020
s.add_dependency "rails", "~> 4.0"
2121

2222
s.add_development_dependency "rspec-rails", "~> 3"
23+
s.add_development_dependency "rspec_json_dumper", "~> 0.1"
2324
s.add_development_dependency "pry", "~> 0"
2425
end

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export RUBYLIB=
1313
export RUBYOPT=
1414

1515
script/bootstrap
16-
script/test
16+
script/test --format RspecJSONDumper::Formatter --format progress

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
bin/rspec spec/lib/chatops/controller_spec.rb
3+
bin/rspec spec/lib/chatops/controller_spec.rb "$@"

vendor/cache/rollup-0.4.0.gem

198 KB
Binary file not shown.

vendor/cache/rspec-3.4.0.gem

10.5 KB
Binary file not shown.
680 KB
Binary file not shown.

0 commit comments

Comments
 (0)