This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
233ee77f45
rails--rails
/
spec
/
algebra
/
unit
/
relations
/
delete_spec.rb
10 lines
126 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use load path rather than relative path for spec_helper requires. Also fixes specs on Ruby 1.9 since . is no longer in the load path.
2009-09-14 06:21:24 -04:00
require
'spec_helper'
reorganizing tests
2008-05-27 00:02:23 -04:00
module
Arel
describe
Deletion
do
before
do
@relation
=
Table
.
new
(
:users
)
end
end
Whitespace
2009-05-17 16:20:40 -04:00
end
Copy permalink