aboutsummaryrefslogtreecommitdiff
path: root/guidelines/wikipedia/specs/imageAlt_spec.js
blob: be91e6f4b1de0478184f2300d652a65bcd06fcb7 (plain)
1
2
3
4
5
6
7
8
9
describe('imageAlt', function() {
  var imageAlt = rule('Images should include an alt attribute');

  afterEach(teardownFixtures);

  it('succeeds', function() {
    expect(true).toBe(true);
  });
});