action_spec.rb revision 627979d20163f1668d8e507550fbf665f55ee383
require 'spec_helper'
it 'should return the initial eta at creation time' do end
it 'should return correct eta' do end
it 'should return 0 if the eta has been reached' do end
it 'should return initial eta when action has been started' do end
it 'should return correct eta when action has been started' do end
end
let(:status) { 'some status' }
context 'on resource with state' do
it 'should return the correct status' do end
end
context 'on resource with status' do
it 'should return the correct status' do end
end
context 'on resource w/o anything' do
it 'should complain with an error' do end
end
it 'should return the correct status' do end
end
end
end