File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
--color
2
- --format documentation
2
+ --format Fivemat
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ group :development, :test do
40
40
# Version 4.1.0 or newer is needed to support generate calls without the
41
41
# 'FactoryGirl.' in factory definitions syntax.
42
42
gem 'factory_girl' , '>= 4.1.0'
43
+ # Make rspec output shorter and more useful
44
+ gem 'fivemat' , '1.2.1'
43
45
# running documentation generation tasks and rspec tasks
44
46
gem 'rake' , '>= 10.0.0'
45
47
end
Original file line number Diff line number Diff line change 18
18
diff-lcs (1.2.4 )
19
19
factory_girl (4.2.0 )
20
20
activesupport (>= 3.0.0 )
21
+ fivemat (1.2.1 )
21
22
i18n (0.6.5 )
22
23
json (1.8.0 )
23
24
metasploit_data_models (0.16.6 )
@@ -62,6 +63,7 @@ DEPENDENCIES
62
63
activesupport (>= 3.0.0 )
63
64
database_cleaner
64
65
factory_girl (>= 4.1.0 )
66
+ fivemat (= 1.2.1 )
65
67
json
66
68
metasploit_data_models (~> 0.16.6 )
67
69
msgpack
You can’t perform that action at this time.
0 commit comments