Skip to content

Commit

Permalink
spec
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed May 30, 2017
1 parent 186d093 commit b02d160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion popper_js.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.authors = ['Gleb Mazovetskiy']
spec.email = ['[email protected]']

spec.summary = 'https://popper.js.org/ packaged for Sprockets.'
spec.summary = 'Popper.js assets as a Ruby gem. https://popper.js.org/'
spec.homepage = 'https://github.com/glebm/popper_js-rubygem'
spec.license = 'MIT'

Expand Down
4 changes: 2 additions & 2 deletions spec/popper_js_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
expect(PopperJs::VERSION).not_to be nil
end

it 'does something useful' do
expect(false).to eq(true)
it 'has the assets' do
expect(File).to exist('assets/javascripts/popper.js')
end
end

0 comments on commit b02d160

Please sign in to comment.