File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 - name : rspec
2323 run : |
24- gem install rspec
25- rspec
24+ gem install bundler
25+ bundle install
26+ bundle exec rspec
2627
2728 - name : build gem
2829 run : |
Original file line number Diff line number Diff line change 6060 bigdecimal (4.1.1 )
6161 cfndsl (1.7.3 )
6262 hana (~> 1.3 )
63+ diff-lcs (1.6.2 )
6364 hana (1.3.7 )
6465 jmespath (1.6.2 )
6566 logger (1.7.0 )
6667 rake (13.0.6 )
6768 rexml (3.3.0 )
6869 strscan
70+ rspec (3.13.2 )
71+ rspec-core (~> 3.13.0 )
72+ rspec-expectations (~> 3.13.0 )
73+ rspec-mocks (~> 3.13.0 )
74+ rspec-core (3.13.6 )
75+ rspec-support (~> 3.13.0 )
76+ rspec-expectations (3.13.5 )
77+ diff-lcs (>= 1.2.0 , < 2.0 )
78+ rspec-support (~> 3.13.0 )
79+ rspec-mocks (3.13.8 )
80+ diff-lcs (>= 1.2.0 , < 2.0 )
81+ rspec-support (~> 3.13.0 )
82+ rspec-support (3.13.7 )
6983 strscan (3.1.8 )
7084 sync (0.5.0 )
7185 term-ansicolor (1.11.3 )
@@ -86,6 +100,7 @@ DEPENDENCIES
86100 bundler (~> 2.0 )
87101 cfn-guardian !
88102 rake (~> 13.0 )
103+ rspec (~> 3.0 )
89104
90105BUNDLED WITH
91106 2.3.19
Original file line number Diff line number Diff line change @@ -43,4 +43,5 @@ Gem::Specification.new do |spec|
4343
4444 spec . add_development_dependency "bundler" , "~> 2.0"
4545 spec . add_development_dependency "rake" , "~> 13.0"
46+ spec . add_development_dependency "rspec" , "~> 3.0"
4647end
You can’t perform that action at this time.
0 commit comments