public
Rubygem
Description: A server that conveniently serves screw unit specs, implementation javascript, and other assets such as css.
Homepage: http://github.com/btakita/screw-unit-server
Clone URL: git://github.com/btakita/screw-unit-server.git
Fixed screw_unit scripts.
btakita (author)
Thu May 29 01:03:29 -0700 2008
commit  229a2fb96ba31190a2c9b1d4abe5db541987a18b
tree    cdcb7771657052f8d3254d2594e887d2cf444923
parent  7ccf394fd6f177be4a9add01677072c8393fcc3f
...
3
4
5
 
 
6
7
8
...
3
4
5
6
7
8
9
10
0
@@ -3,5 +3,7 @@ dir = File.dirname(__FILE__)
0
 root = File.expand_path("#{dir}/..")
0
 
0
 require "#{root}/config/boot"
0
+require "activesupport"
0
+Rails::Initializer.run(:add_plugin_load_paths)
0
 require "screw_unit"
0
 exit ScrewUnit::Client.run_argv(ARGV)
0
\ No newline at end of file
...
3
4
5
 
 
6
7
8
...
3
4
5
6
7
8
9
10
0
@@ -3,5 +3,7 @@ dir = File.dirname(__FILE__)
0
 root = File.expand_path("#{dir}/..")
0
 
0
 require "#{root}/config/boot"
0
+require "activesupport"
0
+Rails::Initializer.run(:add_plugin_load_paths)
0
 require "screw_unit"
0
 ScrewUnit::RailsServer.run(root)
0
\ No newline at end of file

Comments

    No one has commented yet.