Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
spec run working
Browse files Browse the repository at this point in the history
  • Loading branch information
robmckinnon committed Apr 24, 2008
1 parent 9b4e45e commit 5eb5f13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions spec/models/answer_spec.rb
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
7 changes: 0 additions & 7 deletions spec/models/question_spec.rb
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

0 comments on commit 5eb5f13

Please sign in to comment.