projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6d922
)
Remove the api_fixtures call from changeset model tests, since they do not need the...
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 22 Mar 2017 10:40:13 +0000
(10:40 +0000)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 22 Mar 2017 10:40:13 +0000
(10:40 +0000)
test/models/changeset_test.rb
patch
|
blob
|
history
diff --git
a/test/models/changeset_test.rb
b/test/models/changeset_test.rb
index 89200c9b5bfc1dd8a8073d91a49b56c41c9af752..a5176fa8bf7a351d5cd2ce70cb6b9f1582637a4e 100644
(file)
--- a/
test/models/changeset_test.rb
+++ b/
test/models/changeset_test.rb
@@
-1,12
+1,6
@@
require "test_helper"
class ChangesetTest < ActiveSupport::TestCase
- api_fixtures
-
- def test_changeset_count
- assert_equal 9, Changeset.count
- end
-
def test_from_xml_no_text
no_text = ""
message_create = assert_raise(OSM::APIBadXMLError) do