OSDN Git Service

add test
[pettanr/pettanr.git] / spec / manifests / scroll_spec.rb
index b9a8b9e..b576352 100644 (file)
@@ -78,6 +78,14 @@ describe Scroll do
           set_list_action? @action, 'scroll', 'by_panel'
         end
       end
+      describe 'showに於いて' do
+        before do
+          @action = @actions['show']
+        end
+        it 'showタイプのアクションである' do
+          expect(@action.type).to eq 'show'
+        end
+      end
       describe 'countに於いて' do
         before do
           @action = @actions['count']