Sha256: eeb00f731612e874e07445383353588e2b4b04442fb8795fd25458af752f6660
Contents?: true
Size: 440 Bytes
Versions: 6
Compression:
Stored size: 440 Bytes
Contents
require 'spec_helper' # Specs in this file have access to a helper object that includes # the TemplatesHelper. For example: # # describe TemplatesHelper do # describe "string concat" do # it "concats two strings with spaces" do # helper.concat_strings("this","that").should == "this that" # end # end # end module Stachio describe TemplatesHelper do pending "add some examples to (or delete) #{__FILE__}" end end
Version data entries
6 entries across 6 versions & 1 rubygems