Sha256: 6ca9d4c5062fd92f44f3775ebf0376a443902941e58f54856a66eb01b790f8c0

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

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

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
remarkable-3.0.0 spec/pending_spec.rb
remarkable-3.0.1 spec/pending_spec.rb