1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +01:00

Create Problem model with reference to current translation

This commit is contained in:
2014-12-14 23:11:40 +01:00
parent e13b82ad1f
commit 79ed82cfd8
6 changed files with 38 additions and 1 deletions

7
test/fixtures/problems.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
Translation_id:
two:
Translation_id:

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class ProblemTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end