Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Useful formatter #19

Open
andreareginato opened this issue Oct 3, 2012 · 10 comments
Open

Useful formatter #19

andreareginato opened this issue Oct 3, 2012 · 10 comments
Labels

Comments

@andreareginato
Copy link
Collaborator

Write your thoughts about the "useful formatter" best practice.

@tilsammans
Copy link

Great tip, Fuubar is really nice!

@Spaceghost
Copy link

Bad practice putting it in your Guardfile instead of .rspec

@iain
Copy link

iain commented Oct 5, 2012

I recently fell in love with Fivemat

@andreareginato
Copy link
Collaborator Author

Fivemat is nice, but fuubar is an alternative I would suggest more.

@Spaceghost
Copy link

I've used both and after the suite gets large enough, I want to use fuubar. But I like fivemat considerably. The way it shows the filename and the dots correspond to the tests/specs in the file is rather nice.

When I'm writing my tests though, I honestly prefer a documentation-like formatter.

@andreareginato
Copy link
Collaborator Author

I've moved the rspec configuration into .rspec as suggested by @Spaceghost

Any correction and comment to the updated guideline is appreciated.

@fantgeass
Copy link

I have this string in my spec:

expect(subject.valid?(provider, link)).to be_true

When I have error, in console ouput I see this:

 Failure/Error: expect(subject.valid?(provider, link)).to be_true
       expected: true value
       got: false

The main problem is the function arguments. I see the names(provider, link), but don't see the values under that names. None of the formatters(I have tested some) show me values.

Is it possible to get that information from formatter?

@michaelmior
Copy link

I also prefer the documentation formatter. I think it's cool for people new to a project to easily see what the behaviour of each object. That's also why I mostly don't like #2.

@Spaceghost
Copy link

@fantgeass You might want to look into the article that @dchelimsky wrote on Explicit use of subject

@Atalanta
Copy link

The Fuubar formatter uses the deprecated formatter interface not supported directly by RSpec 3. (sadpanda)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants