public
Fork of dchelimsky/rspec-tmbundle
Description: Textmate bundle for RSpec.
Clone URL: git://github.com/timcharper/rspec-tmbundle.git
Move relative location of rspec (core) directory.
dchelimsky (author)
Sun Apr 13 21:11:10 -0700 2008
commit  75bb140fadf22e077b802ae7db69f0f2427c65b2
tree    fccdfc36ab4b8d3b50e69ec5cb7ee942eae5f48d
parent  d0b4d3c9778ad4e2b4f5c5d81bcb52748dd5f99c
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ require 'stringio'
0
 
0
 module Spec::Example::ExampleMethods
0
   def set_env
0
- root = File.expand_path(File.dirname(__FILE__) + '/../../../rspec')
0
+ root = File.expand_path(File.dirname(__FILE__) + '/../../../example_rails_app/vendor/plugins/rspec')
0
     ENV['TM_SPEC'] = "ruby -I\"#{root}/lib\" \"#{root}/bin/spec\""
0
     ENV['TM_RSPEC_HOME'] = "#{root}"
0
     ENV['TM_PROJECT_DIRECTORY'] = File.expand_path(File.dirname(__FILE__))

Comments

    No one has commented yet.