spec/profile_object_spec.rb in amee-3.2.1 vs spec/profile_object_spec.rb in amee-4.0.0

- old
+ new

@@ -1,8 +1,8 @@ # Copyright (C) 2008-2011 AMEE UK Ltd. - http://www.amee.com # Released as Open Source Software under the BSD 3-Clause license. See LICENSE.txt for details. -require File.dirname(__FILE__) + '/spec_helper.rb' +require 'spec_helper.rb' describe AMEE::Profile::Object do it "should have a full path under /profiles" do AMEE::Profile::Object.new.full_path.should == "/profiles" \ No newline at end of file