File tree Expand file tree Collapse file tree 4 files changed +10
-298
lines changed Expand file tree Collapse file tree 4 files changed +10
-298
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module Corundum
20
20
rspec . files_to_run = "spec"
21
21
end
22
22
SimpleCov . new ( tk , rspec ) do |cov |
23
- cov . threshold = 74
23
+ cov . threshold = 93
24
24
end
25
25
gem = GemBuilding . new ( tk )
26
26
GemCutter . new ( tk , gem )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,14 +20,17 @@ Gem::Specification.new do |spec|
20
20
spec . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if spec . respond_to? :required_rubygems_version=
21
21
22
22
23
- # Do this: d$@"
24
23
spec . files = %w[
25
24
lib/rspec-steps.rb
26
- lib/rspec-steps/stepwise.rb
27
- lib/rspec-steps/duckpunch/example-group.rb
28
- lib/rspec-steps/duckpunch/example.rb
29
- lib/rspec-steps/duckpunch/hooks.rb
30
- lib/rspec-steps/duckpunch/object-extensions.rb
25
+
26
+ lib/rspec-steps
27
+ lib/rspec-steps/step-list.rb
28
+ lib/rspec-steps/describer.rb
29
+ lib/rspec-steps/step.rb
30
+ lib/rspec-steps/dsl.rb
31
+ lib/rspec-steps/builder.rb
32
+ lib/rspec-steps/hook.rb
33
+ lib/rspec-steps/step-result.rb
31
34
doc/README
32
35
doc/Specifications
33
36
spec/example_group_spec.rb
You can’t perform that action at this time.
0 commit comments