Welcome!

describe IowaRubyBrigade do
  before do
    @irb = IowaRubyBrigade.new
  end

  it "should be a user group" do
    @irb.should be_a_kind_of(UserGroup)
  end

  it "should meet monthly" do
    @irb.meeting_time.should == 
      'second Thursday of every month'
  end

  it "should be fun" do
    @irb.should be_fun
  end
end

Hide Code Example


Become a member by subscribing to our mailing list!

Email:

More information is available here.


Next Meeting

August 12, 2010

6:00 - 7:30 PM

Speaker / Topic

To be announced


Thank you

Thanks to everyone who participated in the Hands-on Test-Driven Development exercise at our July meeting.


Meeting Topic Ideas

We've started a list of ideas for possible meeting topics.  Please contact us to suggest more topics, or to volunteer to give a presentation.