Skip to content

Commit 46afc9f

Browse files
committed
Fix spec
1 parent f40a4e0 commit 46afc9f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

spec/jquery/base64/rails_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22
it "has a version number" do
33
expect(Jquery::Base64::Rails::VERSION).not_to be nil
44
end
5-
6-
it "does something useful" do
7-
expect(false).to eq(true)
8-
end
95
end

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require "bundler/setup"
2+
require "rails/engine"
23
require "jquery/base64/rails"
34

45
RSpec.configure do |config|

0 commit comments

Comments
 (0)