This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
robmckinnon
committed
Apr 24, 2008
1 parent
9b4e45e
commit 5eb5f13
Showing
2 changed files
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
require File.dirname(__FILE__) + '/../spec_helper' | ||
|
||
describe Answer do | ||
before(:each) do | ||
@answer = Answer.new | ||
end | ||
|
||
it "should be valid" do | ||
@answer.should be_valid | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
require File.dirname(__FILE__) + '/../spec_helper' | ||
|
||
describe Question do | ||
before(:each) do | ||
@question = Question.new | ||
end | ||
|
||
it "should be valid" do | ||
@question.should be_valid | ||
end | ||
end |