require File.expand_path(File.dirname(__FILE__) + '/spec_helper') require 'missing_end' # REMEMBER: we want this test to FAIL describe MissingEnd do it "should parse the code" do end end