Merbalists:
I have switched to Ubuntu 8.10 & Ruby 1.8.7. Here's a swatch of the
gem versions - more upon request:
do_sqlite3 (0.9.11)
fixture_dependencies (1.1.2)
merb-action-args (1.0.8.1)
merb-assets (1.0.8.1)
merb-auth-core (1.0.8.1)
merb-auth-more (1.0.8.1)
merb_test_unit (0.9.13)
rack (0.9.1)
rake (0.8.3)
rspec (1.1.12)
thor (0.9.9)
ZenTest (3.11.1)
So here's merb-gen in action:
merb-gen app scratch
cd scratch/
merb-gen model foo
rake spec
bin/rake spec
(in /home/phlip/projects/merb/scratch)
Loading init file from /home/phlip/projects/merb/scratch/config/init.rb
Loading /home/phlip/projects/merb/scratch/config/environments/development.rb
./spec/models/../spec_helper.rb:17: uninitialized constant
Merb::Test::ViewHelper (NameError)
from
/home/phlip/projects/merb/scratch/gems/gems/rspec-1.1.12/lib/spec/runner.rb:41:in
`configure'
from ./spec/models/../spec_helper.rb:16
from ./spec/models/foo_spec.rb:1:in `require'
from ./spec/models/foo_spec.rb:1
Any ideas? (Besides, uh, RFTM?)
--
Phlip
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---