Skip to content

Commit

Permalink
clean out unused cruft from rspec scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 12, 2023
1 parent d4f2ac0 commit f608398
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 40 deletions.
5 changes: 2 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'bundler/setup'
require 'docbookrx'
Dir[File.join(File.dirname(__FILE__), 'support/extensions/**/*.rb')].each { |file| require file }
Dir[File.join(File.dirname(__FILE__), 'support/kit/**/*.rb')].each { |file| require file }

Dir[(File.join (File.dirname __FILE__), 'support/**/*.rb')].each {|file| require file }
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions spec/support/kit/stderr.rb

This file was deleted.

7 changes: 0 additions & 7 deletions spec/support/kit/stdout.rb

This file was deleted.

23 changes: 0 additions & 23 deletions spec/support/kit/temp_dir.rb

This file was deleted.

0 comments on commit f608398

Please sign in to comment.