Skip to content

Commit

Permalink
Bring over @e2 patch of file load sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
//de committed Mar 31, 2015
1 parent fd7a8ec commit 0f39a23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -3,7 +3,11 @@

require 'rubygems'
require 'bundler/setup'

# Require in order, so both CELLULOID_TEST and CELLULOID_DEBUG are true
require 'celluloid/test'
require 'celluloid/rspec'

require 'celluloid/probe'

logfile = File.open(File.expand_path("../../log/test.log", __FILE__), 'a')
Expand Down

0 comments on commit 0f39a23

Please sign in to comment.