search for: yurii

Displaying 14 results from an estimated 14 matches for "yurii".

Did you mean: yuri
2007 Sep 21
11
given_it
...o it is possible to write things like it "should do something after another action" do given_it "should successfully do another action" do_something.should be_fine end Is there anything already in rspec that allows me to do the same stuff? Or was it a bad idea at all? Yurii.
2007 Jul 26
6
response.should_not redirect_to
Hey, May be it is just too deep night over here and I''m missing something though I got this failure on {{{response.should_not redirect_to}}}: ''QueuesController should allow authenticated user to access ''show'''' FAILED Matcher does not support should_not. See Spec::Matchers for more information about matchers. Also I''ve found this in
2009 Dec 08
1
extraction of sub-matrix by name
...ambiguously, though the match is not perfect (see example), e.g. x{"2",] will return a row if there is a unique row with name starting with "2" (but may be "2375745"!) is that a planned behavior of R which will be maintained? for us it was a bit unexpected... Yurii ----------------------------- > a <- data.frame(x=1:3, y=1:3) > rownames(a) <- c("2535","59617","555") > a x y 2535 1 1 59617 2 2 555 3 3 > a["5",] x y NA NA NA > a["555",] x y 555 3 3 > a["2&...
2019 Apr 21
5
Close PRs on GitHub repo
There is already 10 PRs sent to GitHub repo. But they all are useless, in every PR people are being informed that they should send patches to http://reviews.llvm.org/
2009 Sep 04
3
asking for suggestions: interface for a C++ class
...can of cause replace generic "rm" and "delete" functions, but this is definitely not a nice solution. Sounds like rather common problem people may face, but unfortunately I was not able to find a solution. I will greatly appreciate any suggestions. many thanks in advance, Yurii
2007 Mar 27
1
Aspects
I''ve become very fond of Yurii Rashkovskii''s "aspects". For such a simple change they make it a LOT easier to navigate, read and verify specs. Are there any plans to include something like this in RSpec? Ashley
2011 Jan 28
1
generating HTML help pages
...and I can copy "00Index.html" from library/package/html after install, but I wonder if there is a more straightforward way to achieve my aim? Also, any suggestions as for generating a single HTML with all help pages of a package? with best regards, and sorry if I am off-topic, Yurii
2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
Hi. I''m upgrading a project from an 0.8.0 pre-release gem to 0.8.2. I''ve installed the 0.8.2 gem, and the rspec_on_rails 0.8.2 plugin: ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/rspec When I try to run my specs though, I get the below error. It''s as if the spec_helper cannot find "spec/rails". I''ve noticed that
2007 Feb 16
0
rspec-ext 0.0.1
...ttp://rashkovskii.com/articles/2007/2/13/rspec-aspects) As I''ve said above, all this stuff is pretty much experimental, though I use it in some real projects now. I plan to work on these and other ideas to make at least my own spec- ing even more better. Thank you for your attention, Yurii.
2007 Jan 02
0
acts_as_authenticated plugin rspecs
Hello, Just thought it could be interesting for some of you. I''ve written rspecs for acts_as_authenticated plugin. http://rashkovskii.com/articles/2007/01/01/rspec-on-rails- acts_as_authenticated I''m not sure they are 100% ok, but they seem to be :) Thank you, Yurii.
2007 Jan 25
0
specify_negatively
Hello, I have played a bit on a negative specification idea: http://rashkovskii.com/articles/2007/1/25/rspec-specify_negatively What do you think about it? Yurii Rashkovskii Technology Director Railsware.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070125/12c4f473/attachment.html
2007 Jun 23
4
inverse examples? (should fail)
The new "pending" example feature reminds me of a feature I''ve been bouncing around in my head, to aid in refactoring. Often, when I''m changing existing behaviour, I know that certain aspects of the old behaviour should change. Imagine changing the "it" method to perhaps "not" or "old" or "removed"... The behaviour would be to
2010 Mar 14
3
CRAN (and crantastic) updates this week
...select several algorithms to use in the re-sampling scheme and with any of the parameters that the algorithm would normally take. * dagR (1.0.1) Lutz P Breitling http://crantastic.org/packages/dagR Functions to draw, manipulate and evaluate directed acyclic graphs. * DatABEL (0.0-6) Yurii Aulchenko http://crantastic.org/packages/DatABEL a package providing interface to C++ FILEVECTOR library facilitating analysis of large (giga- to tera-bytes) matrices; matrix storage is organized in a way that either columns or rows are quickly accessible; primarily aimed to support geno...
2007 Apr 04
11
ANN: RSpec 0.9.0 beta-1 available for download.
We''d like to get some feedback on RSpec 0.9 before we start pushing out releases via Rubyforge''s gem server and update the website. We have therefore made the first beta of 0.9 available - both prepackaged and tagged in subversion (see below). RSpec 0.9 introduces a new API for expectations, which essentially means that your underscores go away (there has been other discussions