Sha256: 8510a2edebba6745598e163f9c3a9425db158d9f0e21b0258d277627b98ed41f
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
require "spec_helper" describe Rag do describe "#new" do it "works" do chdir $spec_tmp, :empty => true do Rag.new.invoke(:new, ["ruby.app.bar", "myapp"]) File.read("myapp/hello").should == "hello" Rc.template.should == "ruby" Rc.exts.should == %w[app bar] Rc.ext.should == "app" # main ext end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rag-1.3.0 | spec/rag_spec.rb |