From 45072f34d27bda34b182f14f8b02d778d1648cce Mon Sep 17 00:00:00 2001 From: John Kelly Ferguson Date: Sun, 25 May 2014 18:48:14 -0400 Subject: Rename Posts to Articles in Guides' Getting Started App, continuation of #15215 [ci skip] --- .../getting_started/test/controllers/articles_controller_test.rb | 7 +++++++ .../code/getting_started/test/controllers/posts_controller_test.rb | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 guides/code/getting_started/test/controllers/articles_controller_test.rb delete mode 100644 guides/code/getting_started/test/controllers/posts_controller_test.rb (limited to 'guides/code/getting_started/test/controllers') diff --git a/guides/code/getting_started/test/controllers/articles_controller_test.rb b/guides/code/getting_started/test/controllers/articles_controller_test.rb new file mode 100644 index 0000000000..361aa0f47f --- /dev/null +++ b/guides/code/getting_started/test/controllers/articles_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class ArticlesControllerTest < ActionController::TestCase + # test "the truth" do + # assert true + # end +end diff --git a/guides/code/getting_started/test/controllers/posts_controller_test.rb b/guides/code/getting_started/test/controllers/posts_controller_test.rb deleted file mode 100644 index 7a6ee4f1db..0000000000 --- a/guides/code/getting_started/test/controllers/posts_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostsControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end -- cgit v1.2.3