Getting uninitialized constant error when trying to run tests

后端 未结 12 2236
礼貌的吻别
礼貌的吻别 2020-12-10 13:29

I just updated all my gems and I\'m finding that I\'m getting errors when trying to run Test::Unit tests. I\'m getting the error copied below. That comes from creating new,

12条回答
  •  青春惊慌失措
    2020-12-10 13:55

    I was getting this without mocha or shoulda installed.

    This post suggests it's due to an incompatibility in test-unit >= 2.0, which I installed as a dependency for the systools gems. Downgrading to 1.2.3 worked for me, a simple require might also.

提交回复
热议问题