diff --git a/websocket-gateway/spec/spec_helper.rb b/websocket-gateway/spec/spec_helper.rb index 193b012ac..0468e41e5 100644 --- a/websocket-gateway/spec/spec_helper.rb +++ b/websocket-gateway/spec/spec_helper.rb @@ -79,8 +79,8 @@ include Jampb end config.before(:suite) do - DatabaseCleaner.strategy = :truncation, {:except => %w[instruments genres] } - DatabaseCleaner.clean_with(:truncation, {:except => %w[instruments genres] }) + DatabaseCleaner.strategy = :truncation, {:except => %w[instruments genres icecast_server_groups] } + DatabaseCleaner.clean_with(:truncation, {:except => %w[instruments genres icecast_server_groups] }) end #config.after(:each) do