Sha256: 76432b02dd1bff3171f0b6282a8e78dd1063df131cc06221d3b587e024a054a7

Contents?: true

Size: 509 Bytes

Versions: 5

Compression:

Stored size: 509 Bytes

Contents

require 'spec_helper'

describe Tiktalik::Computing::Operation do

  context "instance" do
    let(:subject) { Tiktalik::Computing::Operation.new(OPERATION_STUB)}

    its(:uuid) { should eql("ad9a7aa3-dc61-4dde-92de-af335a635041") }
    its(:start_time) { should eql(Time.parse("2013-05-29 10:38:31 +0200 (UTC)")) }
    its(:end_time) { should eql(Time.parse("2013-05-29 10:39:13 +0200 (UTC)")) }
    its(:description) { should eql("Create_Install: test") }
    its(:progress) { should eql(100) }

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tiktalik-1.0.5 spec/computing/operation_spec.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/tiktalik-1.0.4/spec/computing/operation_spec.rb
tiktalik-1.0.4 spec/computing/operation_spec.rb
tiktalik-1.0.3 spec/computing/operation_spec.rb
tiktalik-1.0.1 spec/computing/operation_spec.rb