spec/pending_spec.rb in remarkable-3.0.1 vs spec/pending_spec.rb in remarkable-3.0.2

- old
+ new

@@ -1,12 +1,12 @@ require File.expand_path(File.dirname(__FILE__) + '/spec_helper') -describe Remarkable::Macros do +describe Remarkable::Macros do - describe "with pending examples" do - pending "pending examples" do - should_contain(5) - it("should not be run"){ true.should be_false } - end - end + describe "with pending examples" do + pending "pending examples" do + should_contain(5) + it("should not be run"){ true.should be_false } + end + end end