Skip to content

Commit 0d37353

Browse files
committed
fix load path
1 parent 25de07d commit 0d37353

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/spec_helper.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@
9898
Kernel.srand config.seed
9999
=end
100100
end
101+
102+
$:.unshift File.expand_path('../lib', __FILE__)
103+
require 'coderay'

0 commit comments

Comments
 (0)