Skip to content

Instantly share code, notes, and snippets.

View demetriusnunes's full-sized avatar

demetriusnunes demetriusnunes

  • OLX
  • Rio de Janeiro, Brazil
View GitHub Profile
@demetriusnunes
demetriusnunes / gist:113286
Created May 18, 2009 02:58
Patch for Ryan Bates' Scope Builder
From e86d28bb6a46160b7b1fc1cf7b55b473aec8ed1e Mon Sep 17 00:00:00 2001
From: Demetrius Nunes <demetriusnunes@gmail.com>
Date: Sun, 17 May 2009 23:55:26 -0300
Subject: [PATCH] Just fixing the file name of README so it looks better on github
---
README | 56 --------------------------------------------------------
README.rdoc | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 56 deletions(-)
delete mode 100644 README
Feature: Counting lines of source code
Scenario: Counting lines succesfully
Given I have filled all the parameters correctly
When I click the GO button
Then I should have shown a line count
And I should have a file report generated in CSV format
And I should not have any error messages displaying
Scenario: Invalid parameters