aboutsummaryrefslogtreecommitdiffstats
path: root/test/controllers/variants_controller_test.rb
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2017-07-23 19:57:16 -0400
committerGeorge Claghorn <george@basecamp.com>2017-07-23 19:57:16 -0400
commitd982aeed6b7715fe658d5afe522e91256f64cf3f (patch)
treea2611003eb3e4870cdd58998c74b80cf6857fa41 /test/controllers/variants_controller_test.rb
parent2afe2a1983293f4eab910ca7b2e81ab9609a906a (diff)
downloadrails-d982aeed6b7715fe658d5afe522e91256f64cf3f.tar.gz
rails-d982aeed6b7715fe658d5afe522e91256f64cf3f.tar.bz2
rails-d982aeed6b7715fe658d5afe522e91256f64cf3f.zip
Skip controller test, too
Diffstat (limited to 'test/controllers/variants_controller_test.rb')
-rw-r--r--test/controllers/variants_controller_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/controllers/variants_controller_test.rb b/test/controllers/variants_controller_test.rb
index 8d437bedbb..414eaa4ab6 100644
--- a/test/controllers/variants_controller_test.rb
+++ b/test/controllers/variants_controller_test.rb
@@ -12,6 +12,8 @@ class ActiveStorage::VariantsControllerTest < ActionController::TestCase
end
test "showing variant inline" do
+ skip
+
get :show, params: {
filename: @blob.filename,
signed_blob_id: @blob.signed_id,