mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
kiss
This commit is contained in:
parent
6160269635
commit
bef8a274fb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe 'AuthMachine on initialization' do
|
describe 'on initialization' do
|
||||||
let(:auth) {AuthMachine.new}
|
let(:auth) {AuthMachine.new}
|
||||||
|
|
||||||
it 'should be in the pending state' do
|
it 'should be in the pending state' do
|
||||||
|
@ -13,7 +13,7 @@ describe 'AuthMachine on initialization' do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'AuthMachine when being unsuspended' do
|
describe 'when being unsuspended' do
|
||||||
let(:auth) {AuthMachine.new}
|
let(:auth) {AuthMachine.new}
|
||||||
|
|
||||||
it 'should be able to be unsuspended' do
|
it 'should be able to be unsuspended' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue