Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2014 13:03
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 anonymous/8384345 to your computer and use it in GitHub Desktop.
Save anonymous/8384345 to your computer and use it in GitHub Desktop.
require 'bundler'
Bundler.require
# Add our opal/ directory to the load path
#Opal.append_path File.expand_path('../.', __FILE__)
require 'opal/rspec/rake_task'
Opal::RSpec::RakeTask.new(:default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment