spec/ssn_spec.rb in ssn-0.2.0 vs spec/ssn_spec.rb in ssn-0.3.0

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +require 'spec_helper' describe "Ssn" do describe "having ActiveRecord extensions" do it "should respond to has_ssn" do ActiveRecord::Base.respond_to?( :has_ssn ).should be_true