Skip to content

Support newer version of Jasmine #589

Description

@mathieujobin

For versions of jasmine 3.x

I am not going to merge anything just yet
but I have created branches with almost every 3.x releases

just use the correct branch in your gemfile.

gem 'teaspoon', github: 'jejacks0n/teaspoon'
gem 'teaspoon-jasmine', github: 'jejacks0n/teaspoon', branch: 'teaspoon-jasmine-3.6.0'

Please report any problems, ideally with working fixes ;)

For the future person doing this in the future.
I edit teaspoon-jasmine/lib/teaspoon/jasmine/framework.rb and teaspoon-jasmine/lib/teaspoon/jasmine/version.rb
And then I run

vv=3.3.0; git add -u ; git add teaspoon-jasmine/lib/teaspoon/jasmine/assets/jasmine/${vv}.js ; git checkout -b teaspoon-jasmine-$vv  ; git commit -m "Add jasmine $vv"; git push -u jejacks0n teaspoon-jasmine-$vv

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions