Skip to content
代码片段 群组 项目
  • Mario Celi's avatar
    d97790ea
    Enforce no transactions on specs with delete tables strategy · d97790ea
    Mario Celi 创作于
    We know using testprof method like let_it_be and before_all
    don't mix well with specs that are supposed to run outside
    of a transaction (since they create one).
    This change raises an error whenver a transaction is open
    on these type of specs so the developer can fix it.
    d97790ea
    历史
    Enforce no transactions on specs with delete tables strategy
    Mario Celi 创作于
    We know using testprof method like let_it_be and before_all
    don't mix well with specs that are supposed to run outside
    of a transaction (since they create one).
    This change raises an error whenver a transaction is open
    on these type of specs so the developer can fix it.
代码所有者