I had a thought while riding to work today: how much faster would CI and tests be if we had a lot less fixtures. I had a suspicion that cutting down on our fixtures load would make CI a lot faster.
Let's test this hypothesis:
Given this test class:
class SomethingTest < ActiveSupport::TestCase
test "something" do
end