Skip to content

Commit

Permalink
Remove rails_lt_5? method
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Mar 9, 2021
1 parent e746f2e commit f74f08c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/support/unit/helpers/rails_versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ def rails_version
Tests::Version.new(Rails::VERSION::STRING)
end

def rails_lt_5?
rails_version < 5
end

def rails_5_x?
rails_version =~ '~> 5.0'
end
Expand Down

0 comments on commit f74f08c

Please sign in to comment.