You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENV["RAILS_ENV"]="test"requireFile.expand_path('../../config/environment',__FILE__)require"minitest/autorun"require"minitest/rails"# Add `gem "minitest-rails-capybara"` to the test group of your Gemfile# and uncomment the following if you want Capybara feature tests# require "minitest/rails/capybara"# Uncomment if you want awesome colorful outputrequire"minitest/pride"classActiveSupport::TestCase# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.# fixtures :all# Add more helper methods to be used by all tests here...end
My
test/minitest_helper.rb
:The test (
test/models/user_test.rb
)Spin output:
I use Rails 3.2.11 and spin 0.6
The text was updated successfully, but these errors were encountered: