projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disable OSM export when the area is too large.
[rails.git]
/
vendor
/
gems
/
rspec-1.1.2
/
examples
/
pure
/
dynamic_spec.rb
1
require File.dirname(__FILE__) + '/spec_helper'
2
3
describe "Some integers" do
4
(1..10).each do |n|
5
it "The root of #{n} square should be #{n}" do
6
Math.sqrt(n*n).should == n
7
end
8
end
9
end