mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
Remove some autogenerated stuff we don't use.
This commit is contained in:
parent
348e2e3ef2
commit
e94a8cf62e
2 changed files with 0 additions and 16 deletions
9
test/fixtures/api_keys.yml
vendored
9
test/fixtures/api_keys.yml
vendored
|
@ -1,9 +0,0 @@
|
||||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
||||||
|
|
||||||
one:
|
|
||||||
key: MyString
|
|
||||||
user_id: 1
|
|
||||||
|
|
||||||
two:
|
|
||||||
key: MyString
|
|
||||||
user_id: 1
|
|
|
@ -1,7 +0,0 @@
|
||||||
require 'test_helper'
|
|
||||||
|
|
||||||
class ApiKeyTest < ActiveSupport::TestCase
|
|
||||||
# test "the truth" do
|
|
||||||
# assert true
|
|
||||||
# end
|
|
||||||
end
|
|
Loading…
Reference in a new issue