Commit 305ff19aa104c60ca366dff7f799c421c9f758ce

Authored by damau
1 parent a21fab7a
Exists in master and in 1 other branch production

adderd xmpp4r/muc for gtalk rooms

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
spec/spec_helper.rb
... ... @@ -6,6 +6,7 @@ require 'rspec/rails'
6 6 require 'database_cleaner'
7 7 require 'webmock/rspec'
8 8 require 'xmpp4r'
  9 +require 'xmpp4r/muc'
9 10  
10 11 # Requires supporting files with custom matchers and macros, etc,
11 12 # in ./support/ and its subdirectories.
... ...