Skip to content

Commit

Permalink
Feature spec in CI only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Terrell committed Aug 4, 2015
1 parent 11bac7e commit 1cd8e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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])
Expand Down

0 comments on commit 1cd8e6d

Please sign in to comment.