Skip to content

Commit

Permalink
Enable pending spec again
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed May 1, 2014
1 parent b57919c commit 8983665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/configurator_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('configurator', function() {
});

describe('this.configurationFor', function() {
xit('provides the configuration for a given plugin', inject(function(configurator) {
it('provides the configuration for a given plugin', inject(function(configurator) {
// the configuration is usually provide from an external route
configurator.configuration = { "text" : 'conf' };
expect(configurator.configurationFor('text')).toEqual('conf');
Expand Down

0 comments on commit 8983665

Please sign in to comment.