X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=spec%2Fhelpers%2Fspeech_balloon_templates_helper_spec.rb;fp=spec%2Fhelpers%2Fspeach_balloon_templates_helper_spec.rb;h=6134c6da12e55e8e6f16786e2cf4a237d8754143;hp=6dc42fff261a2cb288f7d123e1d650b54db23017;hb=278f86183f2474b2c4d219b724e76cbe07ed63dc;hpb=cd9653c66c4883c5e9a483fc47f0ddf77ed837be diff --git a/spec/helpers/speach_balloon_templates_helper_spec.rb b/spec/helpers/speech_balloon_templates_helper_spec.rb similarity index 70% rename from spec/helpers/speach_balloon_templates_helper_spec.rb rename to spec/helpers/speech_balloon_templates_helper_spec.rb index 6dc42fff..6134c6da 100644 --- a/spec/helpers/speach_balloon_templates_helper_spec.rb +++ b/spec/helpers/speech_balloon_templates_helper_spec.rb @@ -1,15 +1,15 @@ require 'spec_helper' # Specs in this file have access to a helper object that includes -# the SpeachBalloonTemplatesHelper. For example: +# the SpeechBalloonTemplatesHelper. For example: # -# describe SpeachBalloonTemplatesHelper do +# describe SpeechBalloonTemplatesHelper do # describe "string concat" do # it "concats two strings with spaces" do # helper.concat_strings("this","that").should == "this that" # end # end # end -describe SpeachBalloonTemplatesHelper do +describe SpeechBalloonTemplatesHelper do pending "add some examples to (or delete) #{__FILE__}" end