-
Notifications
You must be signed in to change notification settings - Fork 23
hw1-hw4 #14
base: master
Are you sure you want to change the base?
hw1-hw4 #14
Conversation
require 'simple_router/controller' | ||
|
||
module SimpleRouter | ||
class TestsController < Controller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can place test application to spec/support/test_app.rb
or in spec/fixtures/test_app.rb
and require it in spec helper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, thank for advice 👍
@@ -0,0 +1,3 @@ | |||
RSpec.describe SimpleRouter::Controller do | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
controller tests is a part of the home task too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of course, i'll update pull request today or tomorrow, thanks
No description provided.