spec/rake/funnel/tasks/quick_template_spec.rb in rake-funnel-0.0.5.pre vs spec/rake/funnel/tasks/quick_template_spec.rb in rake-funnel-0.0.6.pre
- old
+ new
@@ -9,10 +9,10 @@
Task.clear
}
describe 'defaults' do
its(:name) { should == :template }
- its(:search_pattern) { should eq(%w(**/*.template)) }
+ its(:search_pattern) { should eq(%w(**/*.erb)) }
its(:context) { should kind_of?(Binding) }
describe 'target files are cleaned' do
let(:templates) { [] }
let(:finder) { double(Finder).as_null_object }