spec/serializer_spec.rb in quebert-1.0.1 vs spec/serializer_spec.rb in quebert-1.0.2

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +require 'spec_helper' describe Serializer::ActiveRecord do context "persisted" do before(:all) do @user = User.create!(:first_name => 'Tom', :last_name => 'Jones') \ No newline at end of file