Sha256: 94a52aa733f76b011af7d3202c48e0b58e6477578a6bf9148cfd960a6a62fa9e

Contents?: true

Size: 174 Bytes

Versions: 52

Compression:

Stored size: 174 Bytes

Contents

require 'spec_helper'

describe "ruby platform" do
  it "should return the ruby platform" do
    expect(Facter.fact(:rubyplatform).value).to eq(RUBY_PLATFORM.to_s)
  end
end

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
facter-2.5.0 spec/unit/rubyplatform_spec.rb
facter-2.5.0-x86-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.5.0-x64-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.5.0-universal-darwin spec/unit/rubyplatform_spec.rb
facter-2.4.6 spec/unit/rubyplatform_spec.rb
facter-2.4.6-x86-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.6-x64-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.6-universal-darwin spec/unit/rubyplatform_spec.rb
facter-2.4.5 spec/unit/rubyplatform_spec.rb
facter-2.4.5-x86-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.5-x64-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.5-universal-darwin spec/unit/rubyplatform_spec.rb
facter-2.4.4 spec/unit/rubyplatform_spec.rb
facter-2.4.4-x86-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.4-x64-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.4-universal-darwin spec/unit/rubyplatform_spec.rb
facter-2.4.3 spec/unit/rubyplatform_spec.rb
facter-2.4.3-x86-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.3-x64-mingw32 spec/unit/rubyplatform_spec.rb
facter-2.4.3-universal-darwin spec/unit/rubyplatform_spec.rb