* fixing websocket-gateway tests by not deleting icecast server groups table

This commit is contained in:
Seth Call 2014-01-21 16:59:29 +00:00
parent 9f86cc62ab
commit f91fb27d64
1 changed files with 2 additions and 2 deletions

View File

@ -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