Class: HaskellMetadataHook
- Inherits:
-
Mumukit::Hook
- Object
- Mumukit::Hook
- HaskellMetadataHook
- Defined in:
- lib/metadata_hook.rb
Instance Method Summary collapse
Instance Method Details
#metadata ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/metadata_hook.rb', line 2 def {language: { name: 'haskell', icon: {type: 'devicon', name: 'haskell'}, version: 'ghc-7.10.1', extension: 'hs', ace_mode: 'haskell' }, test_framework: { name: 'hspec', version: '2', test_extension: 'hs', template: <<haskell describe "{{ test_template_group_description }}" $ do it "{{ test_template_sample_description }}" $ do True `shouldBe` True haskell }} end |