duelinmarkers / actionhelper

A Rails plugin for mixing action-specific helper modules into your view

This URL has Read+Write access

actionhelper / spec / spec_helper.rb
100644 6 lines (4 sloc) 0.148 kb
1
2
3
4
5
6
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../../../../config/environment")
require 'spec'
require 'spec/rails'