Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hashedhyphen committed Apr 18, 2020
1 parent 61fbd0c commit 642a87c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/spec_condition.rb
Expand Up @@ -12,10 +12,6 @@ def mysql57?
ENV['MYSQL57'] == '1'
end

def mysql_awesome_enabled?
ENV['ENABLE_MYSQL_AWESOME'] == '1'
end

def activerecord_5?
(ActiveRecord::VERSION::MAJOR >= 5) && (ActiveRecord::VERSION::MAJOR < 6)
end
Expand Down

0 comments on commit 642a87c

Please sign in to comment.