Skip to content

Commit

Permalink
Updated spec_helper to find the datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkelly committed Dec 25, 2010
1 parent bca3570 commit e02086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/railsapp/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

require 'dataset'
require 'dataset/extensions/rspec'
Dataset::Resolver.default = Dataset::DirectoryResolver.new("#{SPEC_ROOT}/datasets")
Dataset::Resolver.default = Dataset::DirectoryResolver.new("#{RADIANT_ROOT}/spec/datasets")

RSpec.configure do |config|
# == Mock Framework
Expand Down

0 comments on commit e02086e

Please sign in to comment.