preference stuff
This commit is contained in:
parent
e3bd648182
commit
e13337354d
8 changed files with 31 additions and 10 deletions
8
test/unit/user_preference_test.rb
Normal file
8
test/unit/user_preference_test.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class UserPreferenceTest < ActiveSupport::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue