Thanks for the reply! My test file called "primeservice.rb" is placed 
inside the step_definations folder which is inside the feature folder. 
Like this:

features/step_definations/primeservice.rb

The primeservice.rb looks something like this:


require 'rubygems'
require 'spec/expectations'

require File.expand_path("bin/Debug/BusinessObjects.dll")

include BusinessObjects

Thanks,
Azam


Jim Deville wrote:
> Looks like a syntax error where you have a identifier (method name or 
> variable name) where a block is expected. Can you figure out where the 
> error is being raised? The fact that it is in a method called 
> "load_code_file" leads me to suspect it is one of the test files as 
> opposed to the cucumber files.

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to