lib/rambo/rspec/helper_file.rb in rambo_ruby-0.6.0 vs lib/rambo/rspec/helper_file.rb in rambo_ruby-0.7.0

- old
+ new

@@ -18,10 +18,11 @@ def app_classes { :rails => "Rails.application", :"sinatra:classic" => "Sinatra::Application", :"sinatra:modular" => "Sinatra::Base.descendants.find {|klass| klass != Sinatra::Application } || Sinatra::Application", - :grape => "Grape::API.descendants.first" + :grape => "Grape::API.descendants.first", + :rory => "Rory.application" } end def generate write_to_file(render) unless file_already_exists?