Skip to content

Commit

Permalink
updating the specs to remove pending
Browse files Browse the repository at this point in the history
  • Loading branch information
lsanchez-r7 committed Jun 9, 2015
1 parent 8d35d3b commit d80701a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions spec/app/models/mdm/workspace_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,7 @@
}
end

it 'should return an ActiveRecord:Relation',
:pending => 'https://www.pivotaltracker.com/story/show/43219917' do
it 'should return an ActiveRecord:Relation' do
should be_a ActiveRecord::Relation
end

Expand Down Expand Up @@ -465,8 +464,7 @@
web_sites
end

it 'should return an ActiveRecord:Relation',
:pending => 'https://www.pivotaltracker.com/story/show/43219917' do
it 'should return an ActiveRecord:Relation' do
should be_a ActiveRecord::Relation
end

Expand Down Expand Up @@ -507,8 +505,7 @@
}
end

it 'should return an ActiveRecord:Relation',
:pending => 'https://www.pivotaltracker.com/story/show/43219917' do
it 'should return an ActiveRecord:Relation' do
should be_a ActiveRecord::Relation
end

Expand Down

0 comments on commit d80701a

Please sign in to comment.