Adding RSpec setup. Use rake spec:plugins in the RAILS_ROOT. #1134

This commit is contained in:
Eric Davis
2008-05-20 15:29:42 -07:00
parent 6d0c613b3c
commit e127ba5027
5 changed files with 5 additions and 0 deletions

0
lib/tasks/empty Normal file
View File

0
spec/controllers/empty Normal file
View File

0
spec/models/empty Normal file
View File

5
spec/sanity_spec.rb Normal file
View File

@@ -0,0 +1,5 @@
describe Class do
it "should be a class of Class" do
Class.class.should eql(Class)
end
end

0
spec/views/empty Normal file
View File