module DryRequireSpecHelper
Constants
- VERSION
Public Class Methods
dry(target_path)
click to toggle source
# File lib/dry_require_spec_helper.rb, line 4 def dry(target_path) core = Core.new(target_path) core.append_require_options core.remove_require_spec_helper end
Private Instance Methods
dry(target_path)
click to toggle source
# File lib/dry_require_spec_helper.rb, line 4 def dry(target_path) core = Core.new(target_path) core.append_require_options core.remove_require_spec_helper end