Skip to content

Commit

Permalink
Removing problematic Warpable test
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxalves committed May 22, 2019
1 parent 9aac519 commit 40beec4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/unit/warpable_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,4 @@ def setup
assert_not_nil @warp.user_id
assert_equal @warp.map.user_id, @warp.user_id
end

test "try export" do
# make a sample image
system('mkdir -p public/system/images/1/original')
system('cp test/fixtures/demo.png public/system/images/1/original/')
system('mkdir -p public/warps/saugus-landfill-incinerator')
system('touch public/warps/saugus-landfill-incinerator/folder')
assert File.exist?('public/warps/saugus-landfill-incinerator/folder')
assert_not_nil @warp.save_dimensions
assert_not_nil @warp.user_id
assert File.exist?('public/warps/saugus-landfill-incinerator/1-geo.tif')
end
end

0 comments on commit 40beec4

Please sign in to comment.