ruby - uninitialized constant Minitest::Assertion (NameError) -


first i'm new ruby , gems , great stuff i'm sorry if content or context sucks here.

here issue, using cucumber. whenever make assert call step definition file like... assert(false, 'my message')

i receive following error

  • uninitialized constant minitest::assertion (nameerror)
  • how resolve error? here gem list of gems have installed , ruby version i'm using.

    • ruby 1.9.3p448 (2013-06-27) [i386-mingw32]
    • bigdecimal (1.2.5, 1.1.0)
    • builder (3.2.2)
    • childprocess (0.5.3, 0.3.9)
    • cucumber (1.3.15, 1.3.8)
    • diff-lcs (1.2.5, 1.2.4)
    • ffi (1.9.3 x86-mingw32, 1.9.0 x86-mingw32)
    • gherkin (2.12.2 x86-mingw32)
    • io-console (0.4.2, 0.3)
    • json (1.8.1, 1.5.5)
    • minitest (5.3.4, 2.5.1)
    • multi_json (1.10.1, 1.8.2)
    • multi_test (0.1.1, 0.0.2)
    • rake (10.3.2, 0.9.2.2)
    • rdoc (4.1.1, 4.0.1, 3.9.5)
    • rubyzip (1.1.3, 1.0.0)
    • selenium-webdriver (2.41.0, 2.37.0)
    • watir-webdriver (0.6.9, 0.6.4)
    • websocket (1.1.4, 1.0.7)


    Comments

    Popular posts from this blog

    commonjs - How to write a typescript definition file for a node module that exports a function? -

    openid - Okta: Failed to get authorization code through API call -

    thorough guide for profiling racket code -