Skip to content

Instantly share code, notes, and snippets.

@ryanbriones
Created December 1, 2008 05:54
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 ryanbriones/30647 to your computer and use it in GitHub Desktop.
Save ryanbriones/30647 to your computer and use it in GitHub Desktop.
# spec/spec_helper in waves project
require 'rubygems'
require 'waves'
require 'runtime/console'
require 'spec'
Waves::Console.load(:mode => 'test')
require File.expand_path(File.dirname(__FILE__) + '/../configurations/test')
Spec::Runner.configure do |config|
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment