aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 39fa98c1f9..49fb1495f4 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -22,7 +22,7 @@ Celluloid.logger = Logger.new(StringIO.new)
class Faye::WebSocket
# We don't want Faye to start the EM reactor in tests because it makes testing much harder.
- # We want to be able to start and stop EW loop in tests to make things simpler.
+ # We want to be able to start and stop EM loop in tests to make things simpler.
def self.ensure_reactor_running
# no-op
end