Skip to content

Commit

Permalink
* be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
fkchang committed Mar 15, 2012
1 parent ee62571 commit 8faec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_refactoring_exercise/template_spec.rb
Expand Up @@ -3,7 +3,7 @@
describe Template do
include Template

it "should apply the template substition" do
it "should substitute %CODE% and %ALTCODE% in the template" do
template('Code is %CODE%; alt code is %ALTCODE%', '5678901234').should == 'Code is 5678901234; alt code is 56789-012'
end

Expand Down

0 comments on commit 8faec54

Please sign in to comment.