action_spec.rb revision 5fdbed427b90c57cdf7404481eb28d9a349905ac
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
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