Skip to content

Commit ce32496

Browse files
author
Jeff Dean
committed
make some spec comments more precise
1 parent 7a3cff6 commit ce32496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/beer_on_the_wall_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

33
describe "WallBeer" do
4-
it "prints out the first verse for 99 bottles of beer on the wall, when told to 'sing'" do
4+
it "prints out the first verse for 99 bottles of beer on the wall, when told to 'sing' with 99" do
55
pending
66
run_script("wall_beer.rb")
77
type("sing 99")
@@ -19,7 +19,7 @@
1919
expect(all_output).to_not include("1 bottle of beer on the wall, 1 bottle of beer.\nTake one down and pass it around, no bottles of beer on the wall.\n")
2020
end
2121

22-
it "responds with 'Fine, don't listen to my song.', when told anything else besides 'Sing!''" do
22+
it "responds with 'Fine, don't listen to my song.', when told anything else besides 'sing''" do
2323
pending
2424
run_script("wall_beer.rb")
2525
type("I don't want to hear you sing")

0 commit comments

Comments
 (0)