Skip to content

Commit

Permalink
Fixed the rest of the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lancecarlson committed Jan 28, 2008
1 parent 53cedd2 commit 157f1e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
describe Sequel::Model::AbstractRelationship do
describe "intance methods" do
before :each do
class Post; end
class Post < Sequel::Model(:posts); end
@one = Sequel::Model::HasOneRelationship.new Post, :author, {}
@many = Sequel::Model::HasManyRelationship.new Post, :comments, {:force => true}
@join_table = mock(Sequel::Model::JoinTable)
Expand Down

0 comments on commit 157f1e8

Please sign in to comment.