diff --git a/spec/features/sets_show_spec.rb b/spec/features/sets_show_spec.rb index 8e7fa99..88c222e 100644 --- a/spec/features/sets_show_spec.rb +++ b/spec/features/sets_show_spec.rb @@ -1,6 +1,6 @@ require 'rails_helper' -RSpec.describe "Sets show page" do +RSpec.describe "Sets show page", :slow => true do it "should be able to display an asset" do set = GenericSet.create(:read_groups => ["public"]) asset = GenericAsset.create(:title => ["Test Title"], :read_groups => ["public"], :set => [set])