master
 1require 'rails_helper'
 2
 3describe "Tutorials" do
 4  describe "GET /tutorials" do
 5    it "works! (now write some real specs)" do
 6      visit tutorials_path
 7      expect(page).to have_content("CakeSide")
 8    end
 9  end
10end