Sha256: 81a0aed1c4385ba2175c76f32e5bd5a919c298de55bc7ee615cc200cdbaf42a8
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
# Set RAILS_ROOT and load the environment if it's not already loaded. unless defined?(Rails) ENV["RAILS_ROOT"] = File.expand_path("../../", __FILE__) require File.expand_path("../../config/environment", __FILE__) end Teaspoon.configure do |config| config.suite do |suite| suite.use_framework :jasmine, "1.3.1" end end
Version data entries
3 entries across 3 versions & 1 rubygems