require 'rails_helper' RSpec.describe "Survey::Answers", :type => :request do describe "GET /survey_answers" do it "works! (now write some real specs)" do get survey_answers_path expect(response).to have_http_status(200) end end end