aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/marshal/major_version_spec.rb
blob: 6984e22b198a6c26911c2f58b3312c3fc2742db9 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

describe "Marshal::MAJOR_VERSION" do
  it "is 4" do
    Marshal::MAJOR_VERSION.should == 4
  end
end