Skip to content

Commit

Permalink
require spec helper in a way that is 1.8 & 1.9 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
john muhl committed Mar 29, 2012
1 parent c8631ab commit 80cf552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/controllers/controller_extensions_spec.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + "/../spec_helper"
require File.expand_path '../../spec_helper', __FILE__

describe "Scheduler::ControllerExtensions", :type => :controller do
dataset :pages_with_scheduling
Expand Down
2 changes: 1 addition & 1 deletion spec/models/page_extensions_spec.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../spec_helper'
require File.expand_path '../../spec_helper', __FILE__

describe "Scheduler::PageExtensions" do
dataset :pages_with_scheduling
Expand Down

0 comments on commit 80cf552

Please sign in to comment.