Login Required. Sign up now -- its free!

Projects tagged ‘agile’ and ‘rspec’


Jump to tag:

Projects tagged ‘agile’ and ‘rspec’

Filtered by Project Tags agile rspec

Refine results Project Tags bdd (3) ruby (2) testing (2) rails (1) translate (1) xp (1) ironruby (1) behaviour (1) scrum (1) library (1) unit-testing (1) tdd (1)

[3 total ]

139 Users
   

Cross platform BDD tool that lets domain experts define software behaviour in plain text. The text can be executed as automated tests.
Created about 1 year ago.

0 Users

JsSpec tries to bring behaviour driven development to JavaScript by somewhat mimicking what rspec does in ruby. with (Spec) { describe("A newly created Tic-Tac-Toe", function() { with (this) { ... [More] before("each", function() { this.game = new TicTacToe(); }); it("should have 9 empty cells", function() { this.game.cells.should(have(9, "items")); this.game.cells.each(function(cell) { cell.should( be(undefined) ); }); }); it("should have 0 players", function() { this.game.should( have(0, "players") ); }); }}); } Specs.run();Real docs coming soon, look at the README file in the downloadable package or the running example in spec/index.html [Less]
Created about 1 year ago.

0 Users

rspec book cnThe purpose of this project is doing some translate Rspec official Document into Chinese. Additionaly we will collect some more interesting posts of Rspec, and tarnslate them(if en). ... [More] Our workhttp://code.google.com/p/rspec-cnbook/wiki/Overview How join the translate teamSend a mail to ysorigin Linkshttp://rspec.info/documentation/ [Less]
Created about 1 year ago.