Skip to content

Commit

Permalink
added missing require 'spec_helper' in crud_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rsim committed Sep 29, 2010
1 parent d681655 commit 538faf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/crud_spec.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'spec_helper'

module Arel module Arel
class FakeCrudder < SelectManager class FakeCrudder < SelectManager
class FakeEngine class FakeEngine
Expand Down

0 comments on commit 538faf2

Please sign in to comment.