Skip to content

Commit

Permalink
Clarify spec description. [#44]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Oct 22, 2009
1 parent b324bea commit ecbbb57
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
require File.dirname(__FILE__) + '/spec_helper'

describe Acts::Addressed, "inclusion" do
it "should include ClassMethods" do
it "should extend ClassMethods when module is included" do
@class = Class.new
@class.should_receive(:extend).with(Acts::Addressed::ClassMethods)
@class.send :include, Acts::Addressed
Expand Down

0 comments on commit ecbbb57

Please sign in to comment.