1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

added missing require 'spec_helper' in crud_spec.rb

This commit is contained in:
Raimonds Simanovskis 2010-09-29 11:56:54 +03:00
parent d68165501f
commit 538faf2ebc

View file

@ -1,3 +1,5 @@
require 'spec_helper'
module Arel
class FakeCrudder < SelectManager
class FakeEngine