Skip to content

Commit dee2f54

Browse files
nicolasiensencodebender
authored andcommitted
Remove skip flag from Ashcat spec
1 parent 7e56700 commit dee2f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/models/badges/ashcat_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'vcr_helper'
22

3-
RSpec.describe Ashcat, type: :model, skip: ENV['TRAVIS'] do
3+
RSpec.describe Ashcat, type: :model do
44
let(:profile) { Fabricate(:github_profile) }
55
let(:contributor) { Fabricate(:user, github_id: profile.github_id, github: 'dhh') }
66

0 commit comments

Comments
 (0)