- Revision
- 814
- Author
- mauro
- Date
- 2008-09-04 08:23:46 -0500 (Thu, 04 Sep 2008)
Log Message
Fixed typo.
Modified Paths
Diff
Modified: trunk/waffle-ruby/src/test/ruby/specs/org/codehaus/waffle/servlet/waffle_spec.rb (813 => 814)
--- trunk/waffle-ruby/src/test/ruby/specs/org/codehaus/waffle/servlet/waffle_spec.rb 2008-09-04 13:17:04 UTC (rev 813) +++ trunk/waffle-ruby/src/test/ruby/specs/org/codehaus/waffle/servlet/waffle_spec.rb 2008-09-04 13:23:46 UTC (rev 814) @@ -16,7 +16,7 @@ Waffle::ScriptLoader.instance_variable_get(:@__ruby_script_path).should == '/fake/dir/path' end - it "should use 'require' when path prefix does NOT beign with 'dir:' (as is the case in production)" do + it "should use 'require' when path prefix does NOT begin with 'dir:' (as is the case in production)" do paths = ['fake/dir/path/one', 'fake/dir/path/two'] servlet_context = mock('servlet_context')
To unsubscribe from this list please visit:
