RSpec.describe MovesController do
  describe "routing" do

    it "routes to #index" do
      expect(get("/moves")).to route_to("moves#index")