travis-api/spec/integration
Piotr Sarnacki c6e3c29a57 Load the data for integration tests upfront
We can do it, because we use :transaction strategy with DatabaseCleaner,
which starts transaction before each test and rollbacks after it. That
way data before each test is consistent.

The big advantage of such approach is that tests are fast now - we need
to only load Scenario data once.

One of the drawbacks, on the other hand, is that we need to always load
this data, even if no integration tests need running.

We can try to be smart about it and check if any integration tests are
loaded.
2013-01-26 00:00:42 +01:00
..
v1 Load the data for integration tests upfront 2013-01-26 00:00:42 +01:00
v2 Load the data for integration tests upfront 2013-01-26 00:00:42 +01:00
routes.backup.rb adapt services changes from travis-core 2012-10-05 13:06:50 +02:00
v1_spec.backup.rb backup routing specs from travis-ci 2012-10-03 14:57:58 +02:00
v2_spec.backup.rb backup routing specs from travis-ci 2012-10-03 14:57:58 +02:00