Up through using watchr (but why so many child processes?)

This commit is contained in:
Dan Buch
2011-11-14 08:07:28 -05:00
parent 21ce651984
commit 99b84ea0c9
5 changed files with 42 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
require 'spec_helper'
describe Person do
pending "add some examples to (or delete) #{__FILE__}"
it "can be instantiated" do
Person.new.should be_an_instance_of(Person)
end
it "can be saved successfully" do
Person.create.should be_persisted
end
end