* fixing websocket-gateway tests by not deleting icecast server groups table
This commit is contained in:
parent
9f86cc62ab
commit
f91fb27d64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue