Skip to content

Instantly share code, notes, and snippets.

@codesword
Created June 19, 2016 12:29
Show Gist options
  • Save codesword/8e47e3c90eb56381aea5734507a46723 to your computer and use it in GitHub Desktop.
Save codesword/8e47e3c90eb56381aea5734507a46723 to your computer and use it in GitHub Desktop.
Building An MVC Framework - Part 2
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require "todolist/config/application.rb"
require 'rspec'
require 'rack/test'
ENV['RACK_ENV'] = 'test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment