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