Skip to content

Commit 0bc72a3

Browse files
committed
Land rapid7#2564, pretty Fivemat format for RSpec
2 parents bea04cc + 30d961a commit 0bc72a3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-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 documentation
2+
--format Fivemat

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ group :development, :test do
4040
# Version 4.1.0 or newer is needed to support generate calls without the
4141
# 'FactoryGirl.' in factory definitions syntax.
4242
gem 'factory_girl', '>= 4.1.0'
43+
# Make rspec output shorter and more useful
44+
gem 'fivemat', '1.2.1'
4345
# running documentation generation tasks and rspec tasks
4446
gem 'rake', '>= 10.0.0'
4547
end

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ GEM
1818
diff-lcs (1.2.4)
1919
factory_girl (4.2.0)
2020
activesupport (>= 3.0.0)
21+
fivemat (1.2.1)
2122
i18n (0.6.5)
2223
json (1.8.0)
2324
metasploit_data_models (0.16.6)
@@ -62,6 +63,7 @@ DEPENDENCIES
6263
activesupport (>= 3.0.0)
6364
database_cleaner
6465
factory_girl (>= 4.1.0)
66+
fivemat (= 1.2.1)
6567
json
6668
metasploit_data_models (~> 0.16.6)
6769
msgpack

0 commit comments

Comments
 (0)