diff options
Diffstat (limited to 'spec/ruby/core/fixnum/fixnum_spec.rb')
| -rw-r--r-- | spec/ruby/core/fixnum/fixnum_spec.rb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/spec/ruby/core/fixnum/fixnum_spec.rb b/spec/ruby/core/fixnum/fixnum_spec.rb deleted file mode 100644 index 8a050fd25e..0000000000 --- a/spec/ruby/core/fixnum/fixnum_spec.rb +++ /dev/null @@ -1,19 +0,0 @@ -require File.expand_path('../../../spec_helper', __FILE__) - -describe "Fixnum" do - it "includes Comparable" do - Fixnum.include?(Comparable).should == true - end - - it ".allocate raises a TypeError" do - lambda do - Fixnum.allocate - end.should raise_error(TypeError) - end - - it ".new is undefined" do - lambda do - Fixnum.new - end.should raise_error(NoMethodError) - end -end |
