Displaying 2 results from an estimated 2 matches for "some_lib".
Did you mean:
lsome_lib
2006 Jun 13
1
reloading modules
hi,
can anybody tell me how i can reload modules automatically
that are living in my ../lib directory?
for the moment i need to shut down rails and restart
to see any changes.
thanks
ciao robertj
--
Posted via http://www.ruby-forum.com/.
2007 Oct 18
12
first cut at blockless given/when/then
Hi all,
I committed a first cut at blockless Givens/Whens/Thens to RSpec''s trunk:
cd /path/to/rspec/project
svn up
cd rspec
bin/spec examples/story/calculator.rb
Take a look at examples/story/calculator.rb to see what''s going on.
Needs docs!!!!
Thoughts welcome.
I''ve also got a cut at the plain text parser checked in, but it''s not
hooked up to anything