Sha256: e7b536ccf6cbeacdfc32439ab6354486039da2b9e4eec4e1fa41958cbd957ad3
Contents?: true
Size: 446 Bytes
Versions: 3
Compression:
Stored size: 446 Bytes
Contents
require "teaspoon-devkit" # Set the path for our teaspoon_env. # This is used within the dummy app, and allows us to tailor the teasooon # configuration to our specific needs. ENV["TEASPOON_ENV"] = File.expand_path("../../test/teaspoon_env.rb", __FILE__) # Require the teaspoon-devkit spec_helper. # This does several things, likes gives us a dummy application, capybara, aruba # and other spec support libraries. require Teaspoon::SPEC_HELPER
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
teaspoon-qunit-1.20.0 | spec/spec_helper.rb |
teaspoon-qunit-1.19.0 | spec/spec_helper.rb |
teaspoon-qunit-1.18.0 | spec/spec_helper.rb |