spec/pending_spec.rb in remarkable-3.1.8 vs spec/pending_spec.rb in remarkable-3.1.9

- old
+ new

@@ -1,9 +1,9 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') - -describe Remarkable::Pending do +require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +describe Remarkable::Pending do + it "should create pending groups" do spec = self self.class.pending "pending examples" do self.instance_variable_get("@_pending_group").should spec.be_true @@ -13,11 +13,11 @@ self.instance_variable_get("@_pending_group").should be_nil self.instance_variable_get("@_pending_group_description").should be_nil self.instance_variable_get("@_pending_group_execute").should be_nil end - + pending "pending examples" do # example "should show as not implemented" # # specify "should show as pending" do # raise "oops" @@ -26,8 +26,8 @@ # it "should show as fixed" do # true.should be_true # end should_contain(5) - end - -end + end + +end