Skip to content

Instantly share code, notes, and snippets.

@tomasgregor
tomasgregor / index.html
Last active August 29, 2015 14:22 — forked from anonymous/index.html
JS Factory Constructor Experiment
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
adsfadsfsdfa
<script id="jsbin-javascript">
require 'spec_helper'
describe CampaignsController do
let(:user){ create(:admin_user) }
before(:each) do
sign_in user
end
describe "GET #index" do