Skip to content
  • cmrd Senya's avatar
    Don't force fixtures rebuild on each rspec run · 265a7ee2
    cmrd Senya authored
    Main purpose of fixtures for us is to speed up test runs. Rebuilding
    fixtures each run makes them pointless. They will be rebuilt automatically
    if some of "files_to_check" are changed, so we're protected from the case
    when fixtures are outdated and don't load properly.
    265a7ee2