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
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
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