Skip to content

Commit

Permalink
Fix alaska runtime setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Feb 27, 2015
1 parent de68b2c commit 1aa4580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

if ENV["ALASKA"]
require 'alaska'
ExecJS.runtime = Alaska.new
require 'tempfile'
ExecJS.runtime = Alaska::Runtime.new
end

RSpec.configure do |config|
Expand Down

0 comments on commit 1aa4580

Please sign in to comment.