fixed require
This commit is contained in:
parent
2c141baf78
commit
0b57ccd47f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# the COPYRIGHT file.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'lib/diaspora/web_socket'
|
||||
require File.join(Rails.root, 'lib/diaspora/web_socket')
|
||||
describe Diaspora::WebSocket do
|
||||
before do
|
||||
@mock_redis = mock()
|
||||
|
|
|
|||
Loading…
Reference in a new issue