Skip to content

Instantly share code, notes, and snippets.

@sorin-postelnicu
sorin-postelnicu / index.html
Last active March 12, 2018 18:38
Uncaught Error when trying to use jasmine-expect with jasmine2 and requirejs
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner v2.4.1</title>
<link rel="stylesheet" href="../lib/jasmine_2.4.1/jasmine.css">
<script data-main="specs.main" src="../lib/requirejs/require.min.js"></script>
</head>
<body>
</body>
@sorin-postelnicu
sorin-postelnicu / Vagrantfile
Created June 20, 2015 22:31
Vagrant configuration file to install Meteor.js on Ubuntu Trusty (2014.04)
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at