You could reset the test database entirely. I couldn’t repro your issue initially, but test runs for me after doing:
RAILS_ENV=test rake db:drop
RAILS_ENV=test rake db:create db:migrate
bundle exec rspec spec/system/interface_color_selector_spec.rb
You could reset the test database entirely. I couldn’t repro your issue initially, but test runs for me after doing:
RAILS_ENV=test rake db:drop
RAILS_ENV=test rake db:create db:migrate
bundle exec rspec spec/system/interface_color_selector_spec.rb