require 'integration_test_helper' class MiniEnvironmentsControllerTest < ActionDispatch::IntegrationTest setup do login_as User.new end test 'show' do MiniEnvironment.create get mini_environment_path end end