Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
minitest-rails
Conversations
About
minitest-rails
1–30 of 53
Mark all as read
Report abusive group
0 selected
venkateswara rao
2/7/22
How to handle model level call backs like after and before filter
Hi Can any one please help me, how to handler model level call backs using rails test. Thanks,
unread,
How to handle model level call backs like after and before filter
Hi Can any one please help me, how to handler model level call backs using rails test. Thanks,
2/7/22
Petri Wessman
, …
Andrew Carpenter
9
10/3/17
Having trouble with helper tests (content_for)
Worked for me--thanks Matt! On Saturday, February 15, 2014 at 4:11:18 AM UTC-6, Matt Smith wrote: I
unread,
Having trouble with helper tests (content_for)
Worked for me--thanks Matt! On Saturday, February 15, 2014 at 4:11:18 AM UTC-6, Matt Smith wrote: I
10/3/17
ch...@adadevelopersacademy.org
, …
Eustáquio Rangel
6
3/10/17
Spec-style Tests by Default
Em sexta-feira, 10 de março de 2017 19:48:43 UTC-3, ch...@adadevelopersacademy.org escreveu: @
unread,
Spec-style Tests by Default
Em sexta-feira, 10 de março de 2017 19:48:43 UTC-3, ch...@adadevelopersacademy.org escreveu: @
3/10/17
Victor Borda
12/15/16
all rake tasks are being treated as tests
Just started using the gem and *LOVE* it. It's making life much simpler. The only issue I'm
unread,
all rake tasks are being treated as tests
Just started using the gem and *LOVE* it. It's making life much simpler. The only issue I'm
12/15/16
Lephyrius
, …
Артём Петров
8
12/13/15
Run a specific test or only last failed test
https://github.com/artempartos/minitest-failed четверг, 21 февраля 2013 г., 18:07:26 UTC+3
unread,
Run a specific test or only last failed test
https://github.com/artempartos/minitest-failed четверг, 21 февраля 2013 г., 18:07:26 UTC+3
12/13/15
Sameer Siruguri
8/3/15
New usage of must_change?
I couldn't figure out how must_change should now be used. http://blowmage.com/minitest-rails/
unread,
New usage of must_change?
I couldn't figure out how must_change should now be used. http://blowmage.com/minitest-rails/
8/3/15
siva subrahmanyam
5/11/15
Using before(:each) with let!
Hi Could you check this issue https://github.com/kstevens715/minitest-bang/issues/5 ?
unread,
Using before(:each) with let!
Hi Could you check this issue https://github.com/kstevens715/minitest-bang/issues/5 ?
5/11/15
Mike Moore
4/27/15
New Value Mondad for Expecations
Minitest 5.6 introduced a new way to call expectations. If you use the spec DSL please check out this
unread,
New Value Mondad for Expecations
Minitest 5.6 introduced a new way to call expectations. If you use the spec DSL please check out this
4/27/15
Mark Pitsilos
,
Andrew Evans
2
1/4/15
Including a module in a Capybara Minitest TestCase
I know this is old, but for future Googlers... From https://github.com/blowmage/minitest-rails-
unread,
Including a module in a Capybara Minitest TestCase
I know this is old, but for future Googlers... From https://github.com/blowmage/minitest-rails-
1/4/15
Roelof Wobben
,
Mike Moore
2
11/29/14
multiple testing in one book
On Nov 29, 2014, at 5:58 AM, Roelof Wobben <rwo...@hotmail.com> wrote: Hello, Im now following
unread,
multiple testing in one book
On Nov 29, 2014, at 5:58 AM, Roelof Wobben <rwo...@hotmail.com> wrote: Hello, Im now following
11/29/14
angela
, …
Chris Kottom
4
10/21/14
Any minitest books that someone could recommend?
signed up On 21 October 2014 14:15, Chris Kottom <chris....@gmail.com> wrote: Hi, I'm
unread,
Any minitest books that someone could recommend?
signed up On 21 October 2014 14:15, Chris Kottom <chris....@gmail.com> wrote: Hi, I'm
10/21/14
Mark Pitsilos
,
markos....@upstreamsystems.com
2
4/29/14
Q&A
Trouble simulating a devise login
Ended up using '/' (effectively no subdirectory) in the test environment to circumvent the
unread,
Q&A
Trouble simulating a devise login
Ended up using '/' (effectively no subdirectory) in the test environment to circumvent the
4/29/14
Lephyrius
3/9/14
parallelize_me! not working...
I want to parallelize a bunch of test in order to make it run faster. So I tried calling:
unread,
parallelize_me! not working...
I want to parallelize a bunch of test in order to make it run faster. So I tried calling:
3/9/14
siva subrahmanyam
,
Mike Moore
2
2/28/14
Difference between built-in rails testing framework and minitest-rails
Rails has a handful of test classes. ActiveSupport::TestCase, ActionController::TestCase, ActionView:
unread,
Difference between built-in rails testing framework and minitest-rails
Rails has a handful of test classes. ActiveSupport::TestCase, ActionController::TestCase, ActionView:
2/28/14
Josh Sharpe
2
2/27/14
running all tests inside test/
Let me amend that by also saying that I dont mean tasks like... minitest:unit and minitest:
unread,
running all tests inside test/
Let me amend that by also saying that I dont mean tasks like... minitest:unit and minitest:
2/27/14
siva subrahmanyam
,
Mike Moore
2
1/21/14
Verify message receive on an object using stubs
You are looking for a partial mock, which is intentionally difficult in straight Minitest::Mock.
unread,
Verify message receive on an object using stubs
You are looking for a partial mock, which is intentionally difficult in straight Minitest::Mock.
1/21/14
Victor Borda
1/11/14
the "older version" warning is not correct
Thanks for making the minitest-* gems available to the community. After recently adding it to an
unread,
the "older version" warning is not correct
Thanks for making the minitest-* gems available to the community. After recently adding it to an
1/11/14
Adam Jacox
,
Mike Moore
5
11/2/13
NoMethodError: undefined method `assert_not'
Yeah I have just reverted back to using the basic Minitest assertions. I'm using postgresql. I
unread,
NoMethodError: undefined method `assert_not'
Yeah I have just reverted back to using the basic Minitest assertions. I'm using postgresql. I
11/2/13
Benjamin Botwin
,
Mike Moore
2
10/11/13
How does this gem let minitest use the http verbs like get?
You should inherit from ActionController::TestCase or ActionDispatch::IntegrationTest to use get or
unread,
How does this gem let minitest use the http verbs like get?
You should inherit from ActionController::TestCase or ActionDispatch::IntegrationTest to use get or
10/11/13
Wojtek Mach
, …
Tim Griffin
4
9/5/13
New API for minitest-capybara
Hi Mike; In trying to sort through the github history of minitest-rails-capybara, I see that in the
unread,
New API for minitest-capybara
Hi Mike; In trying to sort through the github history of minitest-rails-capybara, I see that in the
9/5/13
Standa Mach
9/2/13
Unable to resolve controller for.. in ControllerTest
I am using the code below to test my controller. If run like this, it produces the error listed below
unread,
Unable to resolve controller for.. in ControllerTest
I am using the code below to test my controller. If run like this, it produces the error listed below
9/2/13
tim
, …
Guillermo Moreno
11
8/4/13
Something doesn't seem to be quite right with my install
Hey Tim, You look at this example when you to do change Gemfile at the line "group :development,
unread,
Something doesn't seem to be quite right with my install
Hey Tim, You look at this example when you to do change Gemfile at the line "group :development,
8/4/13
bertly_the_coder
,
Mike Moore
3
7/1/13
Testing sign-up with minitest
Thank you so much! That helps a lot!!!!! On Thursday, June 27, 2013 4:30:11 PM UTC+3, Mike Moore
unread,
Testing sign-up with minitest
Thank you so much! That helps a lot!!!!! On Thursday, June 27, 2013 4:30:11 PM UTC+3, Mike Moore
7/1/13
Brian McQuay
,
Daniel Teixeira
6
5/28/13
Q&A
Helper tests using DSL not executing
Aloha, I've resolved the issue by backtracking through my git logs and looking at all the Gemfile
unread,
Q&A
Helper tests using DSL not executing
Aloha, I've resolved the issue by backtracking through my git logs and looking at all the Gemfile
5/28/13
Samuel Mullen
,
Mike Moore
3
5/19/13
Request tests failing with "NoMethodError: undefined method `post'"
I love you so much right now. For future reference, where is this documented so I can dig deeper into
unread,
Request tests failing with "NoMethodError: undefined method `post'"
I love you so much right now. For future reference, where is this documented so I can dig deeper into
5/19/13
Mike Moore
, …
Luca G. Soave
4
5/11/13
Acceptance Tests?
This is in minitest-rails-capybara now. On Sat, May 11, 2013 at 2:49 AM, Luca G. Soave <luca.soave
unread,
Acceptance Tests?
This is in minitest-rails-capybara now. On Sat, May 11, 2013 at 2:49 AM, Luca G. Soave <luca.soave
5/11/13
ak.from.w...@gmail.com
2
5/2/13
Confusion in cracking open the test helpers
And by the way, skipped tests are throwing an obscene stack trace: PlansHelper SKIP (0:00:11.734)
unread,
Confusion in cracking open the test helpers
And by the way, skipped tests are throwing an obscene stack trace: PlansHelper SKIP (0:00:11.734)
5/2/13
Alex BATKO
2
4/20/13
seems like some docs and templates are out of date wrt require minitest_helper / test_helper
I just found your response ( https://groups.google.com/d/msg/minitest-rails/1m-NLUe7YBM/kr_WpidFoDcJ
unread,
seems like some docs and templates are out of date wrt require minitest_helper / test_helper
I just found your response ( https://groups.google.com/d/msg/minitest-rails/1m-NLUe7YBM/kr_WpidFoDcJ
4/20/13
Mathieu Allaire
,
Mike Moore
4
4/2/13
Q&A
db:seed in rake tasks and questions
On Mon, Apr 1, 2013 at 8:41 PM, Mathieu Allaire <mathieu...@gmail.com> wrote: Good thanks!
unread,
Q&A
db:seed in rake tasks and questions
On Mon, Apr 1, 2013 at 8:41 PM, Mathieu Allaire <mathieu...@gmail.com> wrote: Good thanks!
4/2/13
Linus Pettersson
, …
Mike Moore
9
4/1/13
Capybara feature tests not running
On Mon, Apr 1, 2013 at 6:07 PM, Mathieu Allaire <mathieu...@gmail.com> wrote: May I ask why
unread,
Capybara feature tests not running
On Mon, Apr 1, 2013 at 6:07 PM, Mathieu Allaire <mathieu...@gmail.com> wrote: May I ask why
4/1/13