Add Splat model, controller, and views
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class SplatsControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: The logo isn't big enough
|
||||
body: Make the logo bigger.
|
||||
color: dodgerblue
|
||||
|
||||
two:
|
||||
title: Layout is broken
|
||||
body: The page scrolls horizontally on mobile devices.
|
||||
color: tomato
|
||||
|
||||
three:
|
||||
title: The text is too small
|
||||
body: Increase the font size.
|
||||
color: limegreen
|
||||
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class SplatTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user