-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Hi guys,
I'm getting some problems with my engine specs.
I've generated my engine through rails plugin new name --mountable --dummy-path=spec/dummy
command
I've also ran the default rspec generator, rails g rspec:install
, but when i create my migrations, run rake db:migrate
, and run rspec
in my engine context, i'm always getting "Migrations are pending" in test environment.
Someone faced this problem?