• Peter Leitzen's avatar
    Fix specs which are incompatible with fast_spec_helper · 307af28b
    Peter Leitzen authored
    This commit switches from `require 'fast_spec_helper'` back to `require
    'spec_helper'` for specs which require application dependencies (e.g.
    database baked feature flags, Rails).
    
    It also adds some missing `require`s to "fast" specs so they don't fail
    when run individually.
    307af28b
batch_key_spec.rb 2.27 KB