canvas-lms/gems/canvas_cassandra
Strand McCutchen 7f659c2ce7 cleanup refactor of Rubocop's Lint/DeprecatedClassMethods
fixes: CNVS-20009

This change replaces deprecated methods (like `.exists?`)
with their current counterparts (like `.exist?`)

This cleanup refactor was automatically generated using
this command:

  `rubocop $(find . -name '*.rb') --only Lint/DeprecatedClassMethods --auto-correct`

These code changes were autocorrected then reviewed.

Change-Id: I385dbfc402d94a1f37330293123c6003aaac5b30
Reviewed-on: https://gerrit.instructure.com/52886
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
Product-Review: Strand McCutchen <smccutchen@instructure.com>
QA-Review: Strand McCutchen <smccutchen@instructure.com>
2015-04-28 18:38:24 +00:00
..
lib support cassandra 1.2+ consistency level usage 2014-05-23 18:53:25 +00:00
spec cleanup refactor of Rubocop's Lint/DeprecatedClassMethods 2015-04-28 18:38:24 +00:00
.rspec extract canvas_cassandra gem 2014-01-22 22:49:35 +00:00
Gemfile support cassandra 1.2+ consistency level usage 2014-05-23 18:53:25 +00:00
Rakefile extract canvas_cassandra gem 2014-01-22 22:49:35 +00:00
canvas_cassandra.gemspec align rspec version in gems with parent 2014-08-12 22:27:39 +00:00
test.sh bundle check before bundle install for gem tests 2014-06-03 20:09:10 +00:00