We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e852121 commit 9540121Copy full SHA for 9540121
spec/integration/integration_spec.rb
@@ -16,6 +16,7 @@
16
ENV['BUNDLE_GEMFILE'] = './Gemfile'
17
18
describe "annotate inside Rails, using #{CURRENT_RUBY}" do
19
+
20
here = File.expand_path('..', __FILE__)
21
chosen_scenario = nil
22
if(!ENV['SCENARIO'].blank?)
@@ -33,6 +34,8 @@
33
34
# Don't proceed if the working copy is dirty!
35
Annotate::Integration.is_clean?(test_rig).should == true
36
37
+ pending "temporarily ignored until Travis can run them"
38
39
Bundler.with_clean_env do
40
dir base_dir do
41
temp_dir = Dir.pwd
0 commit comments