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