Skip to content

Commit

Permalink
minor test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Horner committed May 30, 2008
1 parent 34c35cc commit 5488a37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
t.column :name, :string
#t.column :cached_tag_list, :string
end
create_table :users, :force => true do |t|
t.column :name, :string
end
end
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

class TaggableModel < ActiveRecord::Base
acts_as_taggable_on :tags, :languages, :skills
end

class User < ActiveRecord::Base
acts_as_tagger
end

0 comments on commit 5488a37

Please sign in to comment.