spec/dummy/app/controllers/dummy_controller.rb in cacheable_flash-0.2.8 vs spec/dummy/app/controllers/dummy_controller.rb in cacheable_flash-0.2.9
- old
+ new
@@ -1,5 +1,6 @@
class DummyController < ApplicationController
+ include CacheableFlash
def index
expected_flash = {
'errors' => "This is an Error",
'notice' => "This is a Notice"
}