expectations 2.0.0
A lightweight unit testing framework. Tests (expectations) will be written as follows expect 2 do 1 + 1 end expect(1 + 1) == 2 expect NoMethodError do Object.invalid_method_call end.
          Gemfile:
          =
        
        
          installieren:
          =
        
      Runtime Abhängigkeiten (1):
            mocha
            >= 0.5.5
          
    

