public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Search Repo:
Move before block to a clearer place.

Signed-off-by: Federico Builes <federico.builes@gmail.com>
Marnen Laibow-Koser (author)
Thu Apr 17 22:20:27 -0700 2008
febuiles (committer)
Fri Apr 18 19:47:00 -0700 2008
commit  f5d294ad941c477060e9b5d2329790db7e1e5700
tree    644d7b99d4a069003bf986fdad0baa9654db77b2
parent  b6bc5b224ade56ab96f3585b6b1c25e6dd5e1ad5
...
2
3
4
5
6
7
8
9
10
11
 
 
 
12
13
14
...
2
3
4
 
 
 
5
6
7
8
9
10
11
12
13
14
0
@@ -2,13 +2,13 @@ require File.dirname(__FILE__) + '/../../spec_helper'
0
 require 'matrix'
0
 
0
 describe "Matrix.diagonal" do
0
- it "needs to be reviewed for spec completeness" do
0
- end
0
-
0
   before(:each) do
0
     @m = Matrix.diagonal(10, 11, 12, 13, 14)
0
   end
0
   
0
+ it "needs to be reviewed for spec completeness" do
0
+ end
0
+
0
   it "returns an object of type Matrix" do
0
     @m.class.should == Matrix
0
   end

Comments

    No one has commented yet.