Skip to content

Commit 761844e

Browse files
committed
Fix RBX build, see rspec/rspec-core#1863.
1 parent 046450e commit 761844e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
--color
2-
--format=progress
2+
--format=documentation

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ group :development, :test do
77
gem 'guard'
88
gem 'guard-rspec'
99
gem 'guard-rubocop'
10+
gem 'rspec-core', '~> 3.1.7'
1011
end

0 commit comments

Comments
 (0)