When I run bundle exec cucumber
this line "ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"" is printed on the console.
Why is that? How can I get rid of it?
$ bundle exec cucumber
ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
Using the default profile...
0 scenarios
0 steps
0m0.000s
$