prefs model added
This commit is contained in:
parent
da03add37b
commit
86e1817e29
12 changed files with 88 additions and 10 deletions
9
test/fixtures/prefs.yml
vendored
Normal file
9
test/fixtures/prefs.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
theme: MyString
|
||||
locale: MyString
|
||||
|
||||
two:
|
||||
theme: MyString
|
||||
locale: MyString
|
8
test/unit/prefs_test.rb
Normal file
8
test/unit/prefs_test.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require 'test_helper'
|
||||
|
||||
class PrefsTest < ActiveSupport::TestCase
|
||||
# Replace this with your real tests.
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue