I am trying to run a rake test and I am unable to do it. I keep getting this error: ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" rake aborted! LoadError: cannot load such file -- rails/performance_test_help
I would greatly appreciate any insight.
run
rake db:migrate RAILS_ENV=testbefore running rake test. Hope this solves your problem.