Sha256: e59f788146036be0bec3c8fe0ef56042bb158365f169d424e998bb452a021c12
Contents?: true
Size: 463 Bytes
Versions: 68
Compression:
Stored size: 463 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper' describe "YARD::Handlers::Ruby::#{LEGACY_PARSER ? "Legacy::" : ""}MethodConditionHandler" do before(:all) { parse_file :method_condition_handler_001, __FILE__ } it "should not parse regular if blocks in methods" do Registry.at('#b').should be_nil end it "should parse if/unless blocks in the form X if COND" do Registry.at('#c').should_not be_nil Registry.at('#d').should_not be_nil end end
Version data entries
68 entries across 52 versions & 7 rubygems