Skip to content

Commit

Permalink
Remove rails_gte_5_2? method
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Apr 17, 2021
1 parent 6727e59 commit 192fa93
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 @@ -10,9 +10,5 @@ def self.configure_example_group(example_group)
def rails_version
Tests::Version.new(Rails::VERSION::STRING)
end

def rails_gte_5_2?
rails_version >= 5.2
end
end
end

0 comments on commit 192fa93

Please sign in to comment.