Skip to content

Commit

Permalink
delete empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Feb 24, 2017
1 parent daf73bb commit 9bb9bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions spec/mirador_rails_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
it "has a version number" do
expect(MiradorRails::VERSION).not_to be nil
end

it "does something useful" do
expect(false).to eq(true)
end
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "bundler/setup"
require 'rails'
require "mirador_rails"

RSpec.configure do |config|
Expand Down

0 comments on commit 9bb9bda

Please sign in to comment.