RSpec.describe "TestSomething" do it "should be true" do expect(true).to eq(true) end end