spec/tracker_spec.rb in mongoid-history-0.4.0 vs spec/tracker_spec.rb in mongoid-history-0.4.1

- old
+ new

@@ -1,10 +1,10 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') - -describe Mongoid::History::Tracker do - it "should set tracker_class_name when included" do - class MyTracker - include Mongoid::History::Tracker - end - Mongoid::History.tracker_class_name.should == :my_tracker - end -end +require File.expand_path(File.dirname(__FILE__) + '/spec_helper') + +describe Mongoid::History::Tracker do + it "should set tracker_class_name when included" do + class MyTracker + include Mongoid::History::Tracker + end + Mongoid::History.tracker_class_name.should == :my_tracker + end +end