Skip to content

Commit

Permalink
The spec_helper file can be required like this.
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee daniells committed Sep 5, 2011
1 parent f6c9909 commit 2ed02b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/game_of_life_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require 'spec_helper'

describe "GameOfLife" do
it "fails" do
Expand Down

0 comments on commit 2ed02b3

Please sign in to comment.