Sha256: ae5358bcc682ee96e5b718df11fbc65b9b87c49d9242208658fa330893195d0e
Contents?: true
Size: 327 Bytes
Versions: 14
Compression:
Stored size: 327 Bytes
Contents
# 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 'spec_helper.rb' describe AMEE::Data::Object do it "should have a full path under /data" do AMEE::Data::Object.new.full_path.should == "/data" end end
Version data entries
14 entries across 14 versions & 1 rubygems