Public bug reported:

Ubuntu is currently carrying patch 2002_support_newer_minitest.patch:

--- a/lib/sass_spec/test.rb
+++ b/lib/sass_spec/test.rb
@@ -19,7 +19,7 @@
 end
 
 class SassSpecRunner
-  include MiniTest::Assertions
+  include Minitest::Assertions
 
   attr_accessor :assertions
 

This patch was adopted upstream in debian as well in patch 1001-fix-for-
ruby3.3.patch


--- a/lib/sass_spec/test.rb
+++ b/lib/sass_spec/test.rb
@@ -19,7 +19,7 @@ class SassSpec::Test < Minitest::Test
 end
 
 class SassSpecRunner
-  include MiniTest::Assertions
+  include Minitest::Assertions
 
   attr_accessor :assertions

We should sync sass-spec rather than merge.

** Affects: sass-spec (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098389

Title:
  Sync sass-spec from debian for plucky

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sass-spec/+bug/2098389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to