Skip to content

Commit f30599c

Browse files
committedNov 19, 2014
Make server spec pass on 1.9.3
1 parent 3863f23 commit f30599c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎spec/lib/sprockets/server_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def app
99
described_class.new { |s|
1010
s.main = 'opal'
1111
s.debug = false
12-
s.append_path "#{__dir__}/../fixtures"
12+
s.append_path File.expand_path('../../fixtures', __FILE__)
1313
s.sprockets.logger = Logger.new('/dev/null')
1414
}
1515
end

0 commit comments

Comments
 (0)
Please sign in to comment.