Re: [Ironruby-core] Spec Error with IronRuby for Loading .NET DLL

2009-09-22 Thread Mohammad Azam
t;> p.is_prime(1) > => false > > -- > *From:* ironruby-core-boun...@rubyforge.org [ > ironruby-core-boun...@rubyforge.org] on behalf of Mohammad Azam [ > azamsh...@gmail.com] > *Sent:* Tuesday, September 22, 2009 2:31 PM > *To:* ironruby-core

Re: [Ironruby-core] Spec Error with IronRuby for Loading .NET DLL

2009-09-22 Thread Jimmy Schementi
From: ironruby-core-boun...@rubyforge.org [ironruby-core-boun...@rubyforge.org] on behalf of Mohammad Azam [azamsh...@gmail.com] Sent: Tuesday, September 22, 2009 2:31 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Spec Error with IronRuby for Loading

[Ironruby-core] Spec Error with IronRuby for Loading .NET DLL

2009-09-22 Thread Mohammad Azam
I have done this before but for some reason this is failing: require 'rubygems' require 'spec' require File.dirname(__FILE__) + '/bin/Debug/BusinessObjects.dll' include BusinessObjects describe PrimeService do it "should return false when 1 is passed" do @primeService = PrimeService.new @prime