diff options
| author | Teddy Wing | 2015-12-30 17:17:02 -0800 | 
|---|---|---|
| committer | Teddy Wing | 2015-12-30 17:45:27 -0800 | 
| commit | bf83780f6ee7f44c40409048ea9f2ebc177d6681 (patch) | |
| tree | 502c970aa24da183607fb4854db71d0ed1e09b11 /test | |
| parent | 36e766bdc495ac4943e04bb507c82a97e3a92b57 (diff) | |
| download | Evernote-Rails-Example-bf83780f6ee7f44c40409048ea9f2ebc177d6681.tar.bz2 | |
Create HomeController
Will serve our index page.
Diffstat (limited to 'test')
| -rw-r--r-- | test/controllers/home_controller_test.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/test/controllers/home_controller_test.rb b/test/controllers/home_controller_test.rb new file mode 100644 index 0000000..730478d --- /dev/null +++ b/test/controllers/home_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class HomeControllerTest < ActionController::TestCase +  # test "the truth" do +  #   assert true +  # end +end | 
