Displaying 4 results from an estimated 4 matches for "r2332".
Did you mean:
2332
2007 Oct 11
2
Incompatibility Issues after updating CURRENT
...s_controller_spec.rb
/Users/george/work/simplify_md/vendor/plugins/rspec_on_rails/lib/spec/rails/version.rb:14:
(RuntimeError)
############################################################################
Your RSpec on Rails plugin is incompatible with your installed RSpec.
RSpec : 1.0.7 (r2332)
RSpec on Rails : r2331
Make sure your RSpec on Rails plugin is compatible with your RSpec gem.
See http://rspec.rubyforge.org/documentation/rails/install.html for details.
############################################################################
----
I do NOT have the RSpec gem installed
----...
2007 Aug 13
3
Rspec compatibility issue
...alling 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 your RSpec on Rails plugin is compatible with your RSpec gem.
See http://rspec.rubyforge.org/documentation/rails/install.html for
details.
############################################################################
I''m running Windows XP. Is there a wa...
2010 Mar 15
1
[nut-commits] svn commit r2402 - in branches/svn-auto-changelog: . tools
...e f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
>
> +# Automatically generate the ChangeLog from SVN logs:
> +MAINTAINERCLEAN_FILES = ChangeLog
> +ChangeLog: tools/svn2cl.authors
> + svn2cl --group-by-day --include-rev --authors=$< --revision
> 'HEAD:r2332' --output=$@ || \
> + echo "svn2cl failed to generate the ChangeLog. See http://trac.networkupstools.org/projects/nut/timeline
> " > $@
> +
Let me know if anyone has a preference on the location of the authors
file. "tools/" seems to be where we keep things...
2007 Nov 22
11
Initial run of RSpec 1.0.8 on MS-WinXPproSP2
Rails 1.2.5
Ruby 1.8.6
Rake 0.7.3
RSpec 1.0.8
PostgreSQL 8.2.5
I am experiencing a problem with the "rake spec spec" task on an initial
trial of rspec. After creating the rails app I installed rspec and
rspec_on_rails in the vendor\plugins subdirectory from svn. I then used
ruby script\generate rspec_model product. I next manually created the
database instances depot_development and