Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
require_relative '../../spec_helper'
require "stringio"
describe "StringIO" do
it "includes the Enumerable module" do
StringIO.should include(Enumerable)
end