mobility icon indicating copy to clipboard operation
mobility copied to clipboard

Initializer test is missing

Open sedubois opened this issue 5 years ago • 1 comments

There is currently no test verifying that the initializer (e.g as it is generated by rails g mobility:install is correct.

Ref: https://github.com/shioyama/mobility/issues/410#issuecomment-655535732

sedubois avatar Jul 08 '20 14:07 sedubois

Just to clarify (because I understand what you mean but it might not be clear to others), there is an install generator spec, the problem is that it doesn't actually run the generator, it just checks that the file it generates matches what the specs test for.

Currently on master, the spec passes but actually the install generator does not run correctly. This needs to be fixed but I'm putting it off until I finish cleaning up some other stuff so that everything can change together.

shioyama avatar Jul 26 '20 05:07 shioyama