mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
terrible fix for 50 tests by stubbing WebSocket.stub in spec helper... warrenwarrents refator
This commit is contained in:
@@ -31,6 +31,7 @@ Rspec.configure do |config|
|
||||
|
||||
config.before(:each) do
|
||||
DatabaseCleaner.start
|
||||
WebSocket.stub!(:update_clients)
|
||||
end
|
||||
|
||||
config.after(:each) do
|
||||
|
||||
Reference in New Issue
Block a user