public
Description: Plug-and-play data persistence created for small Ruby web applications.
Homepage: http://stone.rubyforge.org
Clone URL: git://github.com/ndemonner/stone.git
stone / spec / spec_helper.rb
100644 7 lines (6 sloc) 0.153 kb
1
2
3
4
5
6
7
require 'rubygems'
require 'spec'
require 'lib/stone'
 
def get_resources
  @resources = Dir.glob(STONE_ROOT/"sandbox_for_specs"/"sample_resources/*")
end