There be a website
This commit is contained in:
parent
64fb080e96
commit
af0907c7c3
65 changed files with 708 additions and 14 deletions
12
test/components/wah_component_test.rb
Normal file
12
test/components/wah_component_test.rb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "test_helper"
|
||||
|
||||
class WahComponentTest < ViewComponent::TestCase
|
||||
def test_component_renders_something_useful
|
||||
# assert_equal(
|
||||
# %(<span>Hello, components!</span>),
|
||||
# render_inline(WahComponent.new(message: "Hello, components!")).css("span").to_html
|
||||
# )
|
||||
end
|
||||
end
|
||||
7
test/controllers/home_controller_test.rb
Normal file
7
test/controllers/home_controller_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require "test_helper"
|
||||
|
||||
class HomeControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/controllers/music_controller_test.rb
Normal file
7
test/controllers/music_controller_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require "test_helper"
|
||||
|
||||
class MusicControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue