Tuesday November 30 2010 |
Time | Replies | Subject |
5:31PM |
1 |
Getting color to work with jruby |
4:09PM |
6 |
RSpec interacting with Test::Unit: weird "is already defined" error |
2:27PM |
2 |
ActionController::RoutingError Assistance |
12:10PM |
1 |
Testing html email content with have_selector rspec2 rails3 fails |
|
Monday November 29 2010 |
Time | Replies | Subject |
10:37PM |
0 |
[TDD] [Rails] - Rspec test for application_helper.rb fails when trying to access application_controller method. |
7:32PM |
3 |
Routes are not recognized in request specs after upgrading to 2.2 |
7:19PM |
0 |
rspec-core-2.2.1 is released! |
|
Sunday November 28 2010 |
Time | Replies | Subject |
10:35PM |
4 |
rspec-2.2 is released! |
3:33AM |
0 |
for web apps, when to use webrat, when to spec controllers? |
|
Saturday November 27 2010 |
Time | Replies | Subject |
6:11PM |
7 |
[Sinatra] "tried to create Proc object without a block" |
|
Thursday November 25 2010 |
Time | Replies | Subject |
5:44PM |
2 |
no such file to load - spec/test/unit |
5:09AM |
5 |
Question: Define custom matcher like raise_error, by Matchers.define |
|
Wednesday November 24 2010 |
Time | Replies | Subject |
9:39PM |
2 |
Puzzled about the rspec tests generated by Rails3 |
1:19PM |
1 |
NestedIterator Assistance |
7:07AM |
3 |
Spec::Mocks::MockExpectationError |
5:32AM |
3 |
be_valid method undefined on model spec |
2:12AM |
2 |
rspec2, rails 3, subdomain constraints |
1:12AM |
6 |
stub_chain together with should_receive |
|
Tuesday November 23 2010 |
Time | Replies | Subject |
8:19PM |
1 |
Newbie questions - Best practice for loading local db data and model tests? (factory_girl , debugging ?) |
6:26AM |
1 |
Lastest versions for 2.3.10? |
|
Monday November 22 2010 |
Time | Replies | Subject |
2:00PM |
4 |
Testing update, flash[:error] |
12:24PM |
4 |
How to mock a logged in user |
|
Sunday November 21 2010 |
Time | Replies | Subject |
4:12AM |
3 |
Specs for controllers and rescue_from |
1:43AM |
4 |
specs pass individually, but fail using autotest |
1:07AM |
4 |
How do I generate specs for existing controllers? |
|
Thursday November 18 2010 |
Time | Replies | Subject |
5:52PM |
1 |
Rspec: rendering a certain template with a certain layout is needed |
5:21PM |
2 |
Testing user_controller update action |
|
Wednesday November 17 2010 |
Time | Replies | Subject |
8:16PM |
3 |
Testing Controller 'show' action |
6:49PM |
2 |
How To Mock A Chain (specifically ActionMailerModel.method.deliver) |
4:40PM |
0 |
Rspec not loading .rspec file |
7:11AM |
3 |
How to use request helpers outside of controller specs? |
|
Tuesday November 16 2010 |
Time | Replies | Subject |
7:47PM |
0 |
rspec troubles |
6:43PM |
0 |
should_receive(:render).with(some_option) not working |
6:07PM |
1 |
Shared contexts |
2:16PM |
4 |
view.should render_template best practices? |
4:31AM |
2 |
why should_receive behaves differently |
12:43AM |
3 |
experimenting with stub in irb with RSpec2 |
|
Monday November 15 2010 |
Time | Replies | Subject |
10:51PM |
12 |
Trouble making rspec-rails 2 work with webrat. |
10:36PM |
0 |
Problem testing Authlogic UserSession |
8:13PM |
2 |
RSpec not testing ".sum" |
2:05PM |
5 |
Rspec not testing my callback |
5:55AM |
1 |
debugging calls with message expectations |
|
Saturday November 13 2010 |
Time | Replies | Subject |
8:36PM |
0 |
rake cucumber gives "database configuration does not specify adapter" error |
12:50PM |
0 |
Possible subject/its bug? |
|
Friday November 12 2010 |
Time | Replies | Subject |
5:42PM |
8 |
How do I include routing path helpers? |
1:23PM |
2 |
pending tests fail when I switch to mock_with :mocha |
9:56AM |
6 |
In spec/controller file not taking controller property |
|
Wednesday November 10 2010 |
Time | Replies | Subject |
11:44AM |
1 |
undefined method `contain' for #<RSpec::Core::ExampleGroup::Nested_1:0x10595b1a8> |
2:21AM |
0 |
no output from rspec -- fixed |
12:18AM |
1 |
rspec-rails - expected helper_method behaviour in view specs |
|
Tuesday November 9 2010 |
Time | Replies | Subject |
6:14PM |
4 |
How to specify current directory for specs? |
12:12AM |
2 |
How to setup rspec to be included on the PATH |
|
Monday November 8 2010 |
Time | Replies | Subject |
6:40PM |
12 |
"rspec can not be found in vendor/gems, vendor/plugins or system gems" error |
5:39PM |
0 |
rspec and autotest integration problem |
4:10PM |
1 |
[Rails] `parse!': invalid option: --autotest (OptionParser::InvalidOption) |
|
Sunday November 7 2010 |
Time | Replies | Subject |
5:36PM |
0 |
rspec-2.1 is released! |
2:15AM |
5 |
WillPaginate::Collection not detectible in assigns? |
12:54AM |
2 |
Hooks before a scenario but not the background: possible or bad practice |
12:10AM |
1 |
How best to intercept one method in the midst of a chain |
|
Saturday November 6 2010 |
Time | Replies | Subject |
10:04PM |
2 |
Custom File List for Rails 3 Spec Task |
|
Friday November 5 2010 |
Time | Replies | Subject |
7:12PM |
2 |
Calling let(:something) from before blocks? |
5:19PM |
2 |
rspec: command not found |
7:54AM |
0 |
Autotest not even starting |
|
Thursday November 4 2010 |
Time | Replies | Subject |
7:21PM |
16 |
Upgrade problems/questions regarding RSpec 1.3.0 to 2.0.1 |
|
Wednesday November 3 2010 |
Time | Replies | Subject |
10:49PM |
2 |
Constant resolution fails in describes inside of modules using rspec 2 on ruby 1.9.1 |
10:39PM |
2 |
Apparent regression in rspec 2 on ruby 1.9: constant resolution fails in describes in nested modules |
5:04PM |
2 |
Cucumber - before scenario outline, but just one time |
6:08AM |
3 |
Rake task for focused examples |
3:59AM |
1 |
Hiding Test-Unit Generators ?? |
1:55AM |
2 |
Not sure why let is not doing the same thing as traditional test |
|
Tuesday November 2 2010 |
Time | Replies | Subject |
6:54PM |
3 |
Rspec-2 around/before(:all) hooks |
12:36AM |
7 |
Testing attr_accessible (and/or attr_protected) |
|
Monday November 1 2010 |
Time | Replies | Subject |
1:14AM |
3 |
How do I figure out which (wrong) file rspec is loading? |