diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 00:00:28 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 00:00:28 -0400 |
commit | ad80c40944743515a45d70014e8d5ffb88cd74fc (patch) | |
tree | 0e97b3d46f3ed3594a1e4074e4a5a06deefcd76d /test/controllers/entries_controller_test.rb | |
parent | 5581530930129d7854ed5d99d058939ad9c790c2 (diff) | |
download | thoughts-ad80c40944743515a45d70014e8d5ffb88cd74fc.tar.gz thoughts-ad80c40944743515a45d70014e8d5ffb88cd74fc.tar.bz2 thoughts-ad80c40944743515a45d70014e8d5ffb88cd74fc.zip |
Started designing index page
Diffstat (limited to 'test/controllers/entries_controller_test.rb')
-rw-r--r-- | test/controllers/entries_controller_test.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/controllers/entries_controller_test.rb b/test/controllers/entries_controller_test.rb new file mode 100644 index 0000000..6e2db59 --- /dev/null +++ b/test/controllers/entries_controller_test.rb | |||
@@ -0,0 +1,9 @@ | |||
1 | require 'test_helper' | ||
2 | |||
3 | class EntriesControllerTest < ActionDispatch::IntegrationTest | ||
4 | test "should get show" do | ||
5 | get entries_show_url | ||
6 | assert_response :success | ||
7 | end | ||
8 | |||
9 | end | ||