public
Fork of rsl/skinny_spec
Description: Skinny Spec is a collection of Rspec helper methods designed to help trim the fat and DRY up some of the bloat that sometimes results from properly specing your classes and templates.
Clone URL: git://github.com/nmerouze/skinny_spec.git
Make skinny_rspec compatible with custom plugin_paths.
nmerouze (author)
Thu Jul 10 04:06:10 -0700 2008
commit  e89f8179d81e31e5b31fe3a582b6755aba800445
tree    8e82b6b2a41eefa06ce5ad284acedbf1d120ba75
parent  7e9ced762507f5736a4bf2da83de801d7b74050d
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # Let's make sure everyone else is loaded
0
-require File.expand_path(File.dirname(__FILE__) + "/../../../../config/environment")
0
+require File.expand_path(RAILS_ROOT + "/config/environment")
0
 require 'spec'
0
 require 'spec/rails'
0
 begin

Comments

    No one has commented yet.