On Oct 15, 2010, at 11:05 PM, Andrew Timberlake wrote:
> When running RSpec 2.0.0.beta22, I would get colour output in the console
> from my specs
> Now, with 2.0.0 no color is used.
> If I run the rspec command directly, color is displaying again.
> I have --color in my .rspec file
Please repor
On Oct 18, 2010, at 1:24 AM, Todd Sedano wrote:
> At one point, I had rspec working with my system and I've must have changed
> the configuration because now I don't see anything in the output using rspec
> 1.3.
>
> Just to be clear, I see nothing when I type
> spec spec
> rake spec
> bundle e
Maybe you have syntax problems. can you do a ruby -c ? Anything in test.log?
On Oct 18, 2010 7:49 AM, "David Chelimsky" wrote:
On Oct 18, 2010, at 1:24 AM, Todd Sedano wrote:
>
> At one point, I had rspec working with my system...
$ spec -h
Usage: spec (FILE(:LINE)?|DIRECTORY|GLOB)+ [options]
Using Rails 2 and rspec-rails 2.0.1.
I have the following view spec:
require 'spec_helper'
describe "bookmarkers/show.html.haml" do
include BookmarkersHelper
before(:each) do
@bookmarker = mock_model(Bookmarker)
@bookmarker.stub!(:host_id).and_return("1")
assign(:bookmarker, @
Using Rails 2 and rspec-rails 2.0.1.
I have the following view spec:
require 'spec_helper'
describe "bookmarkers/show.html.haml" do
include BookmarkersHelper
before(:each) do
@bookmarker = mock_model(Bookmarker)
@bookmarker.stub!(:host_id).and_return("1")
assign(:bookmarker, @
On Oct 18, 2010, at 3:27 PM, Stephen Veit wrote:
> Using Rails 2 and rspec-rails 2.0.1.
rspec-rails-2 does not support rails-2. Please use rspec-rails-1.3.3 for
rails-2.
HTH,
David
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyfor
On Oct 18, 3:41 pm, David Chelimsky wrote:
> On Oct 18, 2010, at 3:27 PM, Stephen Veit wrote:
>
> > Using Rails 2 and rspec-rails 2.0.1.
>
> rspec-rails-2 does not support rails-2. Please use rspec-rails-1.3.3 for
> rails-2.
>
> HTH,
> David
>
> ___
>
On Oct 18, 2010, at 3:27 PM, Stephen Veit wrote:
> Using Rails 2 and rspec-rails 2.0.1.
>
> I have the following view spec:
>
>
> require 'spec_helper'
>
> describe "bookmarkers/show.html.haml" do
> include BookmarkersHelper
>
> before(:each) do
>@bookmarker = mock_model(Bookmarker)
>
I started testing routes for the first time in Rails 3 this weekend
during Rails Rumble. I was so exhausted that I found writing route
specs a very painful task. I came up with my own routing DSL and I'd
love to see it get included in RSpec itself. Before I start adding the
code to rspec-rails, I'd
On Oct 18, 2010, at 1:20 PM, Joe Fiorini wrote:
> I started testing routes for the first time in Rails 3 this weekend
> during Rails Rumble. I was so exhausted that I found writing route
> specs a very painful task. I came up with my own routing DSL and I'd
> love to see it get included in RSpec i
This is primarily a bug-fix release for rspec-core:
### rspec-core-2.0.1
[full changelog](http://github.com/rspec/rspec-core/compare/v2.0.0...v2.0.1)
* Bug fixes
* restore color when using spork + autotest
* Pending examples without docstrings render the correct message (Josep M.
Bach)
*
11 matches
Mail list logo