Sha256: 9a323a1a468afa45c7b789ab302e52106839309b4d04577e86e6db0ccdbd90e8

Contents?: true

Size: 270 Bytes

Versions: 11

Compression:

Stored size: 270 Bytes

Contents

require "bundler"
Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:"spec:ruby")

desc "Run JavaScript specs"
task "spec:js" do
  system "jasmine-node", "spec/js"
end

desc "Run all specs"
task :spec => ["spec:ruby", "spec:js"]

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
i18n-js-3.0.0.rc3 Rakefile
socialcast-i18n-js-4.0.0.rc8 Rakefile
socialcast-i18n-js-4.0.0.rc7 Rakefile
socialcast-i18n-js-4.0.0.rc6 Rakefile
socialcast-i18n-js-4.0.0.rc5 Rakefile
socialcast-i18n-js-4.0.0.rc4 Rakefile
socialcast-i18n-js-4.0.0.rc3 Rakefile
socialcast-i18n-js-4.0.0.rc2 Rakefile
socialcast-i18n-js-4.0.0.rc1 Rakefile
i18n-js-3.0.0.rc2 Rakefile
i18n-js-3.0.0.rc1 Rakefile