public
Rubygem
Description: RSpec's official Ruby on Rails plugin
Clone URL: git://github.com/dchelimsky/rspec-rails.git
dchelimsky (author)
Sun Jul 06 08:34:42 -0700 2008
commit  0bfe5433d1f76edd2227f5007418902549b56931
tree    a321261f24c25dd17ff09536a04d8fdc332657e5
parent  a89dafba358230e1b4d4bf02de6e51bfdb8a6a0c
...
1
2
3
 
4
5
6
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,6 @@
0
 dir = File.dirname(__FILE__)
0
 $LOAD_PATH.unshift File.expand_path("#{dir}/../lib")
0
 require File.expand_path("#{dir}/../../../../spec/spec_helper")
0
+require File.expand_path("#{dir}/../../rspec/stories/helper")
0
 
0
 require 'spec/rails/story_adapter'
0
\ No newline at end of file

Comments

    No one has commented yet.