Skip to content

Commit

Permalink
excluded files
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Dec 13, 2024
1 parent 31d462d commit e74ea43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/controllers/home_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ class HomeControllerTest < ActionDispatch::IntegrationTest
get "/home?x=false"
assert_equal 200, status
end

test "truth" do
assert_equal 200, 300
end
end
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ class ActiveSupport::TestCase
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
fixtures :all

puts "I'm untested"

# Add more helper methods to be used by all tests here...
end

0 comments on commit e74ea43

Please sign in to comment.