Skip to content

Commit

Permalink
enable warning on app, and rsepc
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy-clio committed Jun 11, 2024
1 parent 92d50ad commit 24efc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--color
--warning
--require spec_helper
1 change: 1 addition & 0 deletions lib/jit_preloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
require 'jit_preloader/preloader'

module JitPreloader
Warning[:deprecated] = true
def self.globally_enabled=(value)
@enabled = value
end
Expand Down

0 comments on commit 24efc6a

Please sign in to comment.