RSpec: Infer migration filename also for spec files with schema version
Prior this commit you had to pass a filename to `require_migration!` in cases where your spec included "schema version" in its filename. With this commit the helper method is able to infer migration filename even in these scenarios.
Showing
Please register or sign in to comment