Skip to content

Commit 9bed828

Browse files
committed
Gemspec, updating coverage threshold
1 parent c4ecbad commit 9bed828

File tree

4 files changed

+10
-298
lines changed

4 files changed

+10
-298
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Corundum
2020
rspec.files_to_run = "spec"
2121
end
2222
SimpleCov.new(tk, rspec) do |cov|
23-
cov.threshold = 74
23+
cov.threshold = 93
2424
end
2525
gem = GemBuilding.new(tk)
2626
GemCutter.new(tk,gem)

lib/rspec-steps/object-extensions.rb

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/rspec-steps/stepwise.rb

Lines changed: 0 additions & 273 deletions
This file was deleted.

rspec-steps.gemspec

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ Gem::Specification.new do |spec|
2020
spec.required_rubygems_version = Gem::Requirement.new(">= 0") if spec.respond_to? :required_rubygems_version=
2121

2222

23-
# Do this: d$@"
2423
spec.files = %w[
2524
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
3134
doc/README
3235
doc/Specifications
3336
spec/example_group_spec.rb

0 commit comments

Comments
 (0)