search for: tiggerpalac

Displaying 10 results from an estimated 10 matches for "tiggerpalac".

Did you mean: tiggerpalace
2007 Sep 14
7
Posted this in "dev" last night but I''m not sure that anyone reads it
...s "pending" scenarios as an error case. We both believed this to be a little odd as we both thought that pending would just be a branch and not an error. That said, I thought that there may be a reasonable explanation. Evan Light IMs (all): sleight42 Twitter: elight http://evan.tiggerpalace.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070914/3aa25dc4/attachment.html
2007 May 01
12
Bitmap memory leaks (Bug 251)?
...just murdering me. Unfortunately, I cannot merely load and cache bitmaps easily as I am modifying them (drawing text on them) at run time. While I could cache the unique bitmaps with the drawn text, it seemed more of a nuisance than it was worth. Evan Light IMs (all): sleight42 http://evan.tiggerpalace.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 29
8
wxruby unfriendly to other threads?
...puts "main loop" app.main_loop "in thread" and "main loop" appear at approximately the same time, contending for STDOUT. However, "looping" never appears on STDOUT. Is wxruby halting all non wxruby threads? Evan Light IMs (all): sleight42 http://evan.tiggerpalace.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 May 10
11
wxRuby2 0.0.40
Congratulations, wxRuby2 0.0.40 but,where is 0.0.40 mswin32.gem? _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Sep 12
12
Philosophical questions
Disclaimer: The following are observations by a relatively new user (couple of weeks) of RSpec and not intended as RSpec trollbait. Also, forgive me if similar topics have been discussed elsewhere on the mailing list. I at least did the due diligence of a quick search. That said... I''ve been positively thrilled with RSpec for use outside of Rails. It has been in my attempts
2007 Sep 12
8
Can not ''assigns'' value in View test
Hello everyone: I am quit new to View test using rspec. I want to write spec for a partial, which is rendered by a controller. However, the controller does not pass data to the partial using instance variables, it uses symbol variable instead. I read the example of view spec provided in the website. But the example is using instance variable. So I am looking for a way of assigning my test data
2007 Oct 25
1
Mocking within a Proc/Block?
The following works: it "should evaluate a passed in block in the context of the interview object" do block = Proc.new { raise unless self.is_a? (Interview) }.should_not raise_error Interview.create(:title => "Text", &block) end However, the following does not: it "should evaluate a passed in block in the context of the interview
2007 May 03
0
Just have to ask but...
.... where do you get the time to work on all of this, Alex? I''m constantly scraping for time (and consciousness) to work on code in my off hours... Evan Light IMs (all): sleight42 http://evan.tiggerpalace.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 29
0
wxruby and threading
I stand corrected. My threads priority is must be massively lower than wxruby. "looping" does print but not even close to every five seconds as in my code example. Evan Light IMs (all): sleight42 Skype-In: (703) 531-8484 http://evan.tiggerpalace.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Sep 20
10
Getting Started with Story Runner
I haven''t found any How To''s to use story runner and I''m not sure how to get started. Should I be looking for resources on how to use rbehave? How do I generate my first Story? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070920/07a80bc7/attachment.html