• Alex Pooley's avatar
    Stub feature flags before specs executes · 39264445
    Alex Pooley authored
    Feature flags are stubbed as true by default during tests. The stub
    creation can occur after spec code has already executed.
    
    This MR stubs all feature flags to true before any spec code can
    execute.
    39264445
spec_helper.rb 12.4 KB