Skip to content

Commit

Permalink
Update spec.rb
Browse files Browse the repository at this point in the history
Change text a little
  • Loading branch information
bestcron committed Mar 4, 2016
1 parent 989682a commit f2709ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
end

it "string check" do
s1 = "cool things"
s1 = "actually cool things"
s1 << " and stuff!"
expect(s1).to match(/.*things.*stuff.*/)
end
end
end

0 comments on commit f2709ce

Please sign in to comment.