This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
binaryattraction/spec/models/user_spec.rb

7 lines
113 B
Ruby
Raw Normal View History

2008-10-01 02:19:35 -04:00
require File.join( File.dirname(__FILE__), '..', "spec_helper" )
describe User do
it "should have specs"
end