I want to write below specs 

specify "The system allows users to import a pre-formatted CSV file into
project."
  specify "Each row in the spreadsheet is imported as one new Task."
  specify "The import WILL NOT update existing tasks."
  specify "If the import file has any records that fail due to errors, NONE
of the records in the import file will be imported."
 specify"The system will allow users to browse to the import file using
typical windows file open controls." 
 

Please give me any ideas 

Jim Lindley wrote:
> 
>> > Can you show some of your code that needs to be tested?
>>
>> Actually, we'd hope that the code doesn't exist yet. This is Behaviour
>> DRIVEN Development, after all.
>>
> 
> Old habits, my apologies.
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Test-case-for-file-import-tf4756785.html#a13703316
Sent from the rspec-users mailing list archive at Nabble.com.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to