monterail / guidelines

[DEPRECATED] We are Ruby on Rails experts from Poland. Think hussars. Solid & winged. These are our guidelines.
71 stars 17 forks source link

Use RSpec as default test framework #163

Closed sheerun closed 11 years ago

sheerun commented 11 years ago

Evaluated Alternatives

Rspec, Minitest, Test::Unit, Bacon, Riot, and less popular

Reasoning

teamon commented 11 years ago

I would argue with "doesn't require many configuration". RSpec for rails, minitest for others.

sheerun commented 11 years ago

"much configuration" of course

jandudulski commented 11 years ago

Weird matchers (42.should eq(42))

There is a new syntax and you should start using it now:

expect(42).to eq(42)

But I agree recommending rspec for rails and minitest for others.

sheerun commented 11 years ago

I don't see such guideline ;)

On Mon, Aug 5, 2013 at 12:19 PM, Jan Dudulski notifications@github.comwrote:

Weird matchers (42.should eq(42))

There is a new syntax and you should start using it now:

expect(42).to eq(42)

But I agree recommending rspec for rails and minitest for others.

— Reply to this email directly or view it on GitHubhttps://github.com/monterail/guidelines/issues/163#issuecomment-22097583 .

jandudulski commented 11 years ago

I don't see such guideline ;)

You're welcome #170 ;)