[Ironruby-core] syntax error, unexpected END_OF_FIL E
Sundae Oliseh
lists at ruby-forum.com
Wed Nov 24 16:22:37 EST 2010
Ivan Porto carrero wrote in post #963684:
> Then("the price should be $price") do |price|
> pending "Need to complete implementation for accessing C# object"
> End
>
> should be
>
> Then("the price should be $price") do |price|
> pending "Need to complete implementation for accessing C# object"
> *e*nd
Thanks Ivan. That solved my original problem. Now I have this new one:
C:/Program Files/IronRuby
1.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `require': no such file to load -- spec/story (LoadError)
from C:/Program Files/IronRuby
1.0/lib/ruby/site_ruby/1.8/rubygems/custo
m_require.rb:31:in `require'
from pricing_scenarios_for_product_x_story.rb:2
Any ideas on this one? Thanks for your patience.
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list