module Teaspoon::Framework
Public Class Methods
default()
click to toggle source
# File lib/teaspoon/framework.rb, line 9 def self.default # Frameworks are special in that the default is the first framework # that was registered, but can be nil, meaning the teaspoon gem is # in the Gemfile, instead of the framework-specific equivalent # eg teaspoon-jasmine available.keys.first end