Skip to content

Commit

Permalink
#591 Fixed a contests_controller_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MussabElDash committed May 18, 2014
1 parent 61d1873 commit 2b71133
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tutor/spec/controllers/contests_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'spec_helper'
\ require 'spec_helper'
include Devise::TestHelpers

describe ContestsController do
Expand All @@ -9,6 +9,9 @@

after(:all) do
Contest.delete_all
Course.delete_all
Lecturer.delete_all
Cproblem.delete_all
end

it "assigns the requested contest to the @contest" do
Expand Down

1 comment on commit 2b71133

@ahmad-elassuty
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Please sign in to comment.