require 'spec_helper' module ShouldaRouting module Routes describe STACK do it { should be_an_instance_of(Array) } end end end