much better: script/spec spec -fh > spec_doc.html
Nate
On Nov 14, 2007, at 7:10 PM, Mark McG. wrote:
> Mark McG. wrote:
>> I have a project on edge rails that I'm trying to convert from
>> Test:Unit
>> to rspec.I have the rspec gem version 2338, the rspec and
>> rsepc_on_rails version 2831
Mark McG. wrote:
> I have a project on edge rails that I'm trying to convert from Test:Unit
> to rspec.I have the rspec gem version 2338, the rspec and
> rsepc_on_rails version 2831 in vendor/plugins, and rails version 8117 in
> vendor/rails.
>
> I've been able to get a few specs passing, have
On Nov 14, 2007 8:37 PM, Kyle Hargraves <[EMAIL PROTECTED]> wrote:
> On Nov 14, 2007 12:32 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> > http://rspec.rubyforge.org/documentation/rails/install.html
> >
> > CURRENT means the latest release, not the trunk. 1.0.8 was out months
> > ago - obviously
On Nov 14, 2007 11:37 AM, Kyle Hargraves <[EMAIL PROTECTED]> wrote:
> On Nov 14, 2007 12:32 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> > http://rspec.rubyforge.org/documentation/rails/install.html
> >
> > CURRENT means the latest release, not the trunk. 1.0.8 was out months
> > ago - obviousl
On Nov 14, 2007 12:32 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> http://rspec.rubyforge.org/documentation/rails/install.html
>
> CURRENT means the latest release, not the trunk. 1.0.8 was out months
> ago - obviously not compatible with subsequent changes to rails.
>
> Cheers,
> David
I see
On Nov 14, 2007 12:28 PM, Anton Kuzmin <[EMAIL PROTECTED]> wrote:
>
> David Chelimsky wrote:
> > On Nov 8, 2007 8:36 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> >> On Nov 8, 2007 8:21 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> >> > Nothing its a fresh project with latest rails edge that i
David Chelimsky wrote:
> On Nov 8, 2007 8:36 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
>> On Nov 8, 2007 8:21 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
>> > Nothing its a fresh project with latest rails edge that i started to
>> > learn rspec.
>>
>> Rails edge or 2.0 preview?
>>
>
> I jus
ok then sorry. it's all fine.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Nov 9, 2007 9:02 AM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> On Nov 9, 2007 3:40 AM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> > rails foo
> > cd foo
> > rake rails:freeze:edge
> > ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec
> > ruby script/plugin install
> >
On Nov 9, 2007 3:40 AM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> rails foo
> cd foo
> rake rails:freeze:edge
> ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec
> ruby script/plugin install
> svn://rubyforge.org/var/svn/rspec/trunk/rspec_on_rails
> script/generate rspec
>
ok works great :) maybe because I did the scaffold with an old version
rspec? (the one from this morning), sounds weird though. anyway,
Thanks a lot!
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Nov 8, 2007 8:36 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> On Nov 8, 2007 8:21 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> > Nothing its a fresh project with latest rails edge that i started to
> > learn rspec.
>
> Rails edge or 2.0 preview?
>
I just did this:
rails foo
cd foo
rake
> Rails edge or 2.0 preview?
edge at revision 8117.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Nov 8, 2007 8:21 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> Nothing its a fresh project with latest rails edge that i started to
> learn rspec.
Rails edge or 2.0 preview?
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org
Nothing its a fresh project with latest rails edge that i started to
learn rspec.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Nov 8, 2007 8:18 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> if I nuke the plugin i works:
>
> rake db:migrate RAILS_ENV=test
> (in /home/pat/catalogr)
> == 2 CreateBrands: migrating
> ==
> -- create_table(:brands)
>-> 0.2779s
> == 2 Creat
if I nuke the plugin i works:
rake db:migrate RAILS_ENV=test
(in /home/pat/catalogr)
== 2 CreateBrands: migrating ==
-- create_table(:brands)
-> 0.2779s
== 2 CreateBrands: migrated (0.2782s) =
__
On Nov 8, 2007 8:07 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> sorry:
>
> rake db:migrate RAILS_ENV=test --trace
> (in /home/pat/catalogr)
> ** Invoke db:migrate (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> rake aborted!
> superclass mismatch for class TestRespo
sorry:
rake db:migrate RAILS_ENV=test --trace
(in /home/pat/catalogr)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
superclass mismatch for class TestResponse
/home/pat/catalogr/vendor/rails/actionpack/lib/action_controller/test_process.r
On Nov 8, 2007 7:58 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> I did rm -rf both and now I get this:
> superclass mismatch for class TestResponse
Can you provide a tiny bit more context than that? What command are
you using? Stack trace?
___
rspec-u
I did rm -rf both and now I get this:
superclass mismatch for class TestResponse
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
Patrick Aljord wrote:
> Ive just svn up and I still get the same error.
> ___
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
Did you svn up rspec_on_rails as well?
__
On Nov 8, 2007 7:38 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> Ive just svn up and I still get the same error.
I don't know what to tell you - I just blew away vendor/rails,
vendor/plugins/rspec and vendor/plugins/rspec_on_rails, reinstalled
all three from their respective trunks and all is w
Ive just svn up and I still get the same error.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Nov 8, 2007 7:06 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
> I can't get rspec to work with rails edge either, when I do
> "rake db:migrate RAILS_ENV=test"
>
> I get:
>
> undefined method `failure_message' for class `Spec::Matchers::Have'
That was due to a change in edge rails 8115, which b
I can't get rspec to work with rails edge either, when I do
"rake db:migrate RAILS_ENV=test"
I get:
undefined method `failure_message' for class `Spec::Matchers::Have'
So I can't even start working on my project :/ It works without rspec.
___
rspec-use
I have a project on edge rails that I'm trying to convert from Test:Unit
to rspec.I have the rspec gem version 2338, the rspec and
rsepc_on_rails version 2831 in vendor/plugins, and rails version 8117 in
vendor/rails.
I've been able to get a few specs passing, have gotten the specs running
fro
27 matches
Mail list logo