Skip to content

Commit

Permalink
fix load path
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Nov 24, 2019
1 parent 25de07d commit 0d37353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -98,3 +98,6 @@
Kernel.srand config.seed
=end
end

$:.unshift File.expand_path('../lib', __FILE__)
require 'coderay'

0 comments on commit 0d37353

Please sign in to comment.