# File lib/merb-gen/base.rb, line 56 def display_framework_selections puts puts "Your app will use the #{@assigns[:test_type]} test framework." if Gem.cache.search("merb_#{@assigns[:test_type]}").size == 0 puts "You need to install the merb_#{@assigns[:test_type]} gem." unless @assigns[:test_type] == 'rspec' end puts end