Sha256: f5a06856743978e1c5ab230791cb0f6cc69e900b1b3ae05a858fc4ce0025170f
Contents?: true
Size: 326 Bytes
Versions: 8
Compression:
Stored size: 326 Bytes
Contents
module ::Cuken module Api describe Rvm do before(:all) do include ::Cuken::Api::Rvm end describe ".current_name" do it "should return the full rubie and gemset name" do ::Cuken::Api::Rvm.current.expanded_name.should =~ /(.*)@(.*)/ end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems