Displaying 9 results from an estimated 9 matches for "create_behaviour_runner".
2007 Nov 13
2
new to rspec, error running "rake rspec" on debian/etch
...s/rspec_on_rails/lib/spec/rails.rb:17
... 22 levels...
from /home/dan/projects/cw/registration/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:155:in `parse'' from /home/dan/projects/cw/registration/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:88:in `create_behaviour_runner''
from /home/dan/projects/cw/registration/vendor/plugins/rspec/lib/spec/runner/command_line.rb:14:in `run''
from /home/dan/projects/cw/registration/vendor/plugins/rspec/bin/spec:3rake aborted!
Command ruby -I"/home/dan/projects/cw/registration/vendor/plugins/...
2007 May 24
3
Annoying problem, stack error
...`construct_sql''
... 30 levels...
from /Users/sparta/Projects/work/idastudios/ff/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:154:in
`parse''
from /Users/sparta/Projects/work/idastudios/ff/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:88:in
`create_behaviour_runner''
from /Users/sparta/Projects/work/idastudios/ff/vendor/plugins/rspec/lib/spec/runner/command_line.rb:14:in
`run''
from /Users/sparta/Projects/work/idastudios/ff/vendor/plugins/rspec/bin/spec:3
rake aborted!
Command ruby -I"/Users/sparta/Projects/work/idastudios...
2007 Aug 13
3
Rspec compatibility issue
I''m trying to get Rspec working. Using the installing 1.0.7 & the Rails
plugin, I tried one of the examples on Rspec''s website and produced the
following error:
############################################################################
Your RSpec on Rails plugin is incompatible with your installed RSpec.
RSpec : 1.0.7 (r2332)
RSpec on Rails : r2331
Make sure
2007 Oct 10
2
RSpec seems to be having a hard time loading Helper classes
...39;'
... 14 levels...
from
/Users/chrisolsen/Projects/Rails/chrisolsen/trunk/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:155:in
`parse''
from
/Users/chrisolsen/Projects/Rails/chrisolsen/trunk/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:88:in
`create_behaviour_runner''
from
/Users/chrisolsen/Projects/Rails/chrisolsen/trunk/vendor/plugins/rspec/lib/spec/runner/command_line.rb:14:in
`run''
from
/Users/chrisolsen/Projects/Rails/chrisolsen/trunk/vendor/plugins/rspec/bin/spec:3
rake aborted!
Command ruby
-I"/Users/chrisolsen/Proj...
2007 Sep 28
4
RSpec + EdgeRails on Windows
...levels...
from /cygdrive/c/Documents and Settings/Christopher D.
Pratt/test/vendor
/plugins/rspec/lib/spec/runner/option_parser.rb:155:in `parse''
from /cygdrive/c/Documents and Settings/Christopher D.
Pratt/test/vendor
/plugins/rspec/lib/spec/runner/option_parser.rb:88:in
`create_behaviour_runner''
from /cygdrive/c/Documents and Settings/Christopher D.
Pratt/test/vendor
/plugins/rspec/lib/spec/runner/command_line.rb:14:in `run''
from script/spec:4
Running rake spec:
(in /cygdrive/c/Documents and Settings/Christopher D. Pratt/test)
rake aborted!
no such file...
2007 Nov 01
5
Can''t delete app/helpers
I would like to remove some unused helpers from the app/helpers dir, but
when I do so my specs fail.
Why is this? I don''t see where those helpers are referenced within the
tests. Is there a way to delete these unused files?
Thanks
--
Posted via http://www.ruby-forum.com/.
2007 May 26
11
RSpec
...`create''
... 21 levels...
from
/Users/multimedia/Desktop/restful_auth_rspec/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:154:in
`parse''
from
/Users/multimedia/Desktop/restful_auth_rspec/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:88:in
`create_behaviour_runner''
from
/Users/multimedia/Desktop/restful_auth_rspec/vendor/plugins/rspec/lib/spec/runner/command_line.rb:14:in
`run''
from
/Users/multimedia/Desktop/restful_auth_rspec/vendor/plugins/rspec/bin/spec:3
rake aborted!
Command ruby
-I"/Users/multimedia/Desktop/restfu...
2007 Oct 05
9
I can''t make RSpec 1.0.8 run in Rails 1.2.3
I followed the directions on the site:
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails
ruby script/generate rspec
And apparently everything was ok. But when I do a "rake spec" on the app folder none of the Rails models are visible. Here is the error:
(in
2007 May 10
12
shared descriptions -- a couple of issues
Hello All,
I''ve just upgraded to rspec/rspec_on_rails 0.9.3 and am very excited
about shared descriptions. They couldn''t have come at a better time: I
just finished refactoring some REST controllers so that the bulk of
the actions are inherited from a superclass. Now I can write the
specs once, too. :)
I''ve hit a couple of snags, though. I thought I''d