From 0eb10915db8a2c406576c4974e98267545566d57 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 20 Nov 2014 13:05:22 -0700 Subject: [PATCH] set_the_flash => set_flash --- .../{set_the_flash_matcher.rb => set_flash_matcher.rb} | 0 .../{set_the_flash_matcher_spec.rb => set_flash_matcher_spec.rb} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lib/shoulda/matchers/action_controller/{set_the_flash_matcher.rb => set_flash_matcher.rb} (100%) rename spec/unit/shoulda/matchers/action_controller/{set_the_flash_matcher_spec.rb => set_flash_matcher_spec.rb} (100%) diff --git a/lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb b/lib/shoulda/matchers/action_controller/set_flash_matcher.rb similarity index 100% rename from lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb rename to lib/shoulda/matchers/action_controller/set_flash_matcher.rb diff --git a/spec/unit/shoulda/matchers/action_controller/set_the_flash_matcher_spec.rb b/spec/unit/shoulda/matchers/action_controller/set_flash_matcher_spec.rb similarity index 100% rename from spec/unit/shoulda/matchers/action_controller/set_the_flash_matcher_spec.rb rename to spec/unit/shoulda/matchers/action_controller/set_flash_matcher_spec.rb