search for: spec_transl

Displaying 4 results from an estimated 4 matches for "spec_transl".

2007 May 01
7
RSpec 0.9.1 released
...d specs. In addition to these major changes, this release has over 60 applied RFEs and bug fixes, many of them related to Spec::Rails - the Ruby on Rails plugin for RSpec. To install RSpec: gem install rspec (you may have to wait a few hours for the gems to replicate) To translate old specs: spec_translator from_dir to_dir (can be the same dir if you use source control and know how to revert) To see the full list of changes: http://rspec.rubyforge.org/rdoc/files/CHANGES.html The RSpec home page: http://rspec.rubyforge.org/ How to use RSpec with Rails: http://rspec.rubyforge.org/documenta...
2007 Apr 04
11
ANN: RSpec 0.9.0 beta-1 available for download.
...will lead to even more readable - and well-written specs. (context/specify will still be supported for a while). == Translator == In order to ease the transition from 0.8 to 0.9, we have included a tool to translate your 0.8 style specs to 0.9 style. After installing the 0.9 gem, you should run: spec_translator path_to_my_spec_dir path_to_my_translated_spec_dir (or alternatively, if you have your code under version control and can do a revert if things go wrong:) spec_translator path_to_my_spec_dir path_to_my_spec_dir (This will translate your specs in-place) == Where to get it == RSpec core is a...
2008 Jun 11
11
rspec and rspec-rails install hell
...install the gem: rspec-0.5.15 rspec_generator-0.5.15 depends on [rspec (= 0.5.15)] If you remove this gems, one or more dependencies will not be met. Continue with Uninstall? [Yn] y Successfully uninstalled rspec-0.5.15 Successfully uninstalled rspec-1.1.4 Remove executables: spec, spec_translator in addition to the gem? [Yn] y Removing spec Removing spec_translator Which leads to Problem 5. C:\temp\labs\08_rspec_rails\prag_hotel>rake spec (in C:/temp/labs/08_rspec_rails/prag_hotel) rake aborted! no such file to load -- spec/rake/spectask C:/temp/labs/08_rspec_rails/prag_hotel/ra...
2007 Jul 26
5
Coding standards and whitespace
...if m/\r/;" "$FILE"; then echo "CR detected in : $FILE" else echo "ok : $FILE" fi done All text files used UNIX line endings (LF) with the exception of these four, which used Windows line endings (CRLF): doc/src/default.css rspec/bin/spec_translator spec_ui/examples/selenium/README.txt spec_ui/History.txt I did a similar Bash thing to find out which files had tabs in them; many of them appear to consistently use tabs for indentation but some do not, using a mixture of tabs and spaces. doc/src/breadcrumbs.css doc/src/default.css doc/s...