Skip to content

Commit

Permalink
commented out autogenerated test files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonchiehhaohuang committed Nov 18, 2018
1 parent dc0bfa2 commit 9dbd4d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/controllers/item_reviews_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'test_helper'

class ItemReviewsControllerTest < ActionDispatch::IntegrationTest
=begin
test "should get create" do
get item_reviews_create_url
assert_response :success
Expand Down Expand Up @@ -30,5 +31,5 @@ class ItemReviewsControllerTest < ActionDispatch::IntegrationTest
get item_reviews_update_url
assert_response :success
end

=end
end
3 changes: 2 additions & 1 deletion test/controllers/items_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'test_helper'

class ItemsControllerTest < ActionDispatch::IntegrationTest
=begin
test "should get create" do
get items_create_url
assert_response :success
Expand Down Expand Up @@ -35,5 +36,5 @@ class ItemsControllerTest < ActionDispatch::IntegrationTest
get items_destroy_url
assert_response :success
end

=end
end
3 changes: 2 additions & 1 deletion test/controllers/user_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require 'test_helper'

class UserControllerTest < ActionDispatch::IntegrationTest
=begin
test "should get Reviews" do
get user_Reviews_url
assert_response :success
end

=end
end
3 changes: 2 additions & 1 deletion test/controllers/user_reviews_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'test_helper'

class UserReviewsControllerTest < ActionDispatch::IntegrationTest
=begin
test "should get create" do
get user_reviews_create_url
assert_response :success
Expand Down Expand Up @@ -30,5 +31,5 @@ class UserReviewsControllerTest < ActionDispatch::IntegrationTest
get user_reviews_update_url
assert_response :success
end

=end
end

0 comments on commit 9dbd4d4

Please sign in to comment.