-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored Juixe::Acts::Commentable and got test running.
- Juixe::Acts::Commentable was being included in AR::Base. It had a ClassMethods module which was being extended on AR::Base when the Commentable module was included. This is pointless indirection and we may aswell just extend the module instead of including it in the first place! :) - Added TestUnit to development gems and fixed Rails.version check
- Loading branch information
1 parent
9a728d9
commit c5c6658
Showing
3 changed files
with
42 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters