Add completions
This commit is contained in:
7
test/controllers/completions_controller_test.rb
Normal file
7
test/controllers/completions_controller_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class CompletionsControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
11
test/fixtures/completions.yml
vendored
Normal file
11
test/fixtures/completions.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
time_seconds: 1
|
||||
contestant: one
|
||||
puzzle: one
|
||||
|
||||
two:
|
||||
time_seconds: 1
|
||||
contestant: two
|
||||
puzzle: two
|
7
test/models/completion_test.rb
Normal file
7
test/models/completion_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class CompletionTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
Reference in New Issue
Block a user