spec/stache/util_spec.rb in stache-1.0.3 vs spec/stache/util_spec.rb in stache-1.1.0

- old
+ new

@@ -8,10 +8,10 @@ it "returns ActionView::TemplateFoo otherwise" do ActionView::Template.should_receive(:const_defined?).and_return(false) Stache::Util.av_template_class("Foo").should == ActionView::TemplateFoo end end - + describe ".needs_compilable?" do - pending "need to figure out some way to test this across different rails versions..." + skip "need to figure out some way to test this across different rails versions..." end end \ No newline at end of file