spec/lib/fozzie/version_spec.rb in fozzie-1.0.2 vs spec/lib/fozzie/version_spec.rb in fozzie-1.0.3

- old
+ new

@@ -1,10 +1,10 @@ -require 'spec_helper' - -describe "Fozzie Version" do - - it "is correct formatted" do - Fozzie::VERSION.should be_kind_of(String) - Fozzie::VERSION.should match(/\d{1,3}?\.?/) - end - +require 'spec_helper' + +describe "Fozzie Version" do + + it "is correct formatted" do + Fozzie::VERSION.should be_kind_of(String) + Fozzie::VERSION.should match(/\d{1,3}?\.?/) + end + end \ No newline at end of file