Skip to content

Instantly share code, notes, and snippets.

@sumskyi
Last active December 11, 2015 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumskyi/4564428 to your computer and use it in GitHub Desktop.
Save sumskyi/4564428 to your computer and use it in GitHub Desktop.
Padrino Rspec multiple app
def app
spec_file = caller.grep(/_spec\.rb/).first
case spec_file
when /admin/
Admin
when /app/
Wordstat
else
raise "Unknown application!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment