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

Does not match test names containing ? #152

Closed
sunny opened this issue Feb 28, 2013 · 2 comments
Closed

Does not match test names containing ? #152

sunny opened this issue Feb 28, 2013 · 2 comments

Comments

@sunny
Copy link

sunny commented Feb 28, 2013

require "minitest_helper"

class UserTest < ActiveSupport::TestCase
  test "the truth" do
    assert User.new.valid?
  end
end

Cmd-shift-R works whereas the following shows a "No test name!" error.

require "minitest_helper"

class UserTest < ActiveSupport::TestCase
  test "the truth?" do
    assert User.new.valid?
  end
end

Ruby 1.9.3, Minitest 4.6.0, Sublime 2.0.1, sublime-text-2-ruby-tests b5ea8e6 (2 hours ago).

@gs gs closed this as completed in 77d0d82 Mar 1, 2013
@sunny
Copy link
Author

sunny commented Mar 1, 2013

Awesome, thanks for maintaining this package \o/

@gs
Copy link
Collaborator

gs commented Mar 1, 2013

thx for using it and reporting the issue :)

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

No branches or pull requests

2 participants