spec/spec_helper.rb in sprite-0.2.7 vs spec/spec_helper.rb in sprite-0.3.0
- old
+ new
@@ -22,11 +22,13 @@
# setup fixtures path
c.before(:all) do
end
+ c.mock_with :rspec
+
# returns the file path of a fixture setting file
def config_path(filename)
@fixture_path.join(filename)
end
-end
\ No newline at end of file
+end