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