Add assert to Lockable integration test and Replace mathcer `assert_not` to `refute` by tabakazu · Pull Request #5157 · heartcombo/devise

This PR changed the below. Add assert case to integration test of Lockable Replace mathcer assert_not to refute in model test of Trackable Integration test of Lockable I added a below test case t...